Hi to everyone,
I'm having a problem with the standard gui behavior of the enter key (numeric keypad).
I have a form in which I define some text boxes and some buttons.
From 4gl code I'm using the syntax COMMAND "action_name" to get the focus on the buttons.
The configuration file of action defaults map the action accept to enter and return keys.
The action accept is always called while the focus is on any field, but when you are on a button, the return key "press" the button and the enter button invokes the action accept.
How do I get the same behavior (ie over a button to simulate the pressure of the button, otherwise call the action accept) for both confirm keys?
Thanks a lot.