Pratosh wrote: > Hi, > While using Reflection client, I am able to add multi-values in a > field from the JED editor by pressing Ctrl+] and this adds the > required MV separator. > > But while using Putty this is not working. Putty is obviously not sending the same keystroke sequence that Reflection is. This is either that you are using a terminal emulation that is different when you use Reflection (say VT200 vs WY60 or something like that), or that your term variable is not set correctly, or that putty does not send the correct sequence for that keystroke, or that the terminfo database for the TERM you are using for putty does not correctly define that sequence.
Use: echo $TERM infocmp $TERM Then see if putty can emulate the same terminal that Reflection is using and if so, is it sending the same keystroke sequence? ECHO OFF LOOP IN A FOR 20 ELSE BREAK CRT A:' ': REPEAT CRT Jim --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
