Dart Home | PowerTCP Emulation for ActiveX | Custom Development | Reply | PowerTCP Emulation / Telnet for ActiveX Topics | Forums |
Author | Forum: PowerTCP Emulation / Telnet for ActiveX Topic: VT320 AND UNIX SRV4 |
kbeaudry From: Winnipeg, MB USA Posts: 5 Member Since: 10/31/03 |
posted December 10, 2003 7:06 PM I am building a tabbed telnet application for use within my company. I am connecting to a UNIX SRV4 server using VT320. I have sucessfully re-mapped the function keys and all seem to work fine, with the exception of the F6 key. I have the following code in the KeyDown event: Case 192 'F6 connection(Index).Send Chr(27) + "[17~" KeyCode = 0 All other F-keys work fine, with the exception of the F6 key. This key is used as the cancel in the sysadm application on the UNIX box, and it's required. Any ideas? Thanks in advance |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted December 11, 2003 8:50 AM Are you sure that Chr(27) + "[17~" is the correct sequence? Do you have another application where F6 works? If so, you can "sniff" your network traffic to see exactly what that app sends when F6 is pressed. |
Reply | PowerTCP Emulation / Telnet for ActiveX Topics | Forums |
This site is powered by
![]() |