[Migrated content. Thread originally posted on 28 July 2003]
I am having a problem trying to have a program respond to every key tapped. I have a POS application where every key on the keyboard could translate to a POS function. The exception keys are not an issue however the not exception keys are. I have a 1 character automatic entry field that advances on the key to the next control.I have 2 problems:
1) How can i ensure that entry field remains the active field on the screen.
2) I have some edit keys that do not allow me to map them to exception/termination keys. For example the left and right arrows. In my program in the before program section i have 2 lines:
SET ENVIRONMENT "KEYSTROKE" TO "TERMINATE=116 kr".
SET ENVIRONMENT "KEYSTROKE" TO "TERMINATE=117 kl".
But this does not seem to effect these keys. I have done this on unix systems under earlier runtime versions but not in acu 6.0 using windows 98. Any ideas???



