Capture key press on keypad

how do we capture “Next” button when the user press it on keypad

Thanks
Teo

This might help Using the Keyboard with a NSB.MsgBox on the Desktop - AppStudio as starting point.

I did a quick search for keyboard. The idea is we need to capture the event and then stuff that into a variable so you can do what you need to do with it.