Problem:
Is there a possibility to assign keyboard events, i.e. CURU (cursor up) and CURD (cursor down) if the focus is set on a push button?
Resolution:
Unfortunately, the answer is: no.
According to the Keyboard Events documentation:
"You cannot assign the left, up, right or down keys on buttons. Also, you can trap Tab or cursor key events only when focus is on entry fields and selection boxes.
Note that the CURU/CURD, TAB/BTAB, and F4 keys can be trapped by dialog only on objects. This also applies to ANY-OTHER-EVENT if it is connected to any of the above keys."
You can find this topic by opening the Net Express help and using the contents to navigate to:
Programming-> User Interface Programming -> Dialog System -> Dialog Statements: Events -> Keyboard Events.



