The Runtime_SetFieldEnterMode() function allows users to press the enter key instead of the tab key to move the focus from field to field in a window.
Runtime_SetFieldEnterMode(mode)
• mode – An integer that sets one of the following modes:
Value |
Description |
---|---|
0 |
Enables the tab key mode. |
1 |
Disables the tab key mode. |
The boolean value true.
Dexterity applications use the tab key as the default method of data entry. This function allows a user to choose the preferred method of data entry. When the enter key is used to move the focus, shift+return or shift+enter must be used to activate a push button field with the Default property set to true or a push button currently focused in a window.