[Migrated content. Thread originally posted on 09 March 2006]
HelloI am accepting a graphical screen with one entry field with the following code:
ACCEPT SCREEN1
ON EXCEPTION PERFORM EXCEPTION-PROC
The only keys that activate the exception are ENTER, ESC, TAB and F1-F9. There is no response from the program when I hit F10-F12, the Arrow keys and the Page Up and Page Down keys. I would like to check for Page Up and Page Down in the program.
Does anyone know how I can get the program to recognize when they have been pushed??