Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!zaphod.mps.ohio-state.edu!caen!ox.com!umich!terminator!terminator.cc.umich.edu!cmclark From: cmclark@terminator.cc.umich.edu (Charles Clark) Newsgroups: comp.sys.mac.comm Subject: Re: VT100 keypad emulation ????? Summary: on a mac? does this fine Keywords: oracle, vt100 emulation Message-ID: <1991Feb20.184654.4624@terminator.cc.umich.edu> Date: 20 Feb 91 18:46:54 GMT References: <1279@h.cs.wvu.wvnet.edu> Sender: usenet@terminator.cc.umich.edu (usenet news) Organization: U of Michigan, ITD Research Systems Lines: 27 In article <1279@h.cs.wvu.wvnet.edu> parker@cs.wvu.wvnet.edu (James Parker) writes: >I need to do some SQL*Forms work on a Mac acting as a VT100 but am having >some problems getting Telnet to make it work. > >Because SQL*Forms depends so heavily on the VT100 keypad, I need a terminal >program that will emulate the keypad. Specifically the KP3 and ENTER (not >RETURN) keys. > >Does anyone know how to make Telnet send these key sequences??? What are you using, NCSA Telnet? It does this stuff fine. If you look at a Mac keyboard, and look at the keypad, then the top four keys [clear, =, /, *] are PF1 - PF4. I just tried this using SQL*FORMS on a Sun here. Forms 2.3. PF3 is commit. The keypad enter should be ENTER. If you are actually running Forms3.0, then the keys it expects may be different. In Forms 2.3 you do a escape-k to get the key setup, in forms 3.0 you do a control-k. If you are telnetting to a machine where they don't have vt100 set up as the default crt description for Forms2.3, then sending the correct vt100 sequences may not work (unless the command that starts forms had the correct options called to use $TERM, SQL*Forms DOES NOT CHECK this by itself). cmc