Forum Post: Lastkey Gets Cleared By Apply Lastkey ???

  • Thread starter fmodderman@grandvisionben
  • Start date
Status
Not open for further replies.
F

fmodderman@grandvisionben

Guest
Internal procedure INQFLAG starts with following code: --------------------------------- PROCEDURE INQFLAG: ASSIGN msg-nr = "edit0094". RUN keyregel.p. /* SHOWS POSSIBLE Function-Keys */ READKEY. MESSAGE "IN INQFLAG custcl01.p: LASTKEY = " KEYLABEL(LASTKEY). PAUSE 8. APPLY LASTKEY. MESSAGE "IN INQFLAG custcl01.p: LASTKEY = " KEYLABEL(LASTKEY). PAUSE 9. -------------------------------- Keystrokes that are validated are PAGE-DOWN, PAGE-UP and F5. I need the example of the F5 because there is specific functionality behind that F-Key. Before the APPLY LASTKEY statement, the Message shows LASTKEY = F5. After the APPLY LASTKEY statement, the Message shows LASTKEY = . And then the IF LASTKEY EQ KEYCODE("F5") statement returns FALSE. Does this blanking out of LASTKEY sound familiar to anybody? We are running 10.2B04 under Suse Linux 11 patch 2

Continue reading...
 
Status
Not open for further replies.
Top