System Reference Summary : 6. 4GL System Constants : System Constants : Exit Behavior Settings for EntryFields
 
Share this page                  
Exit Behavior Settings for EntryFields
Constant Value
Description
Numeric Equivalent
EB_NONE
Neither Tab nor Enter key exits the EntryField (default)
0
EB_TAB
Tab key exits the EntryField
1
EB_ENTER
Enter key exits the EntryField
2
EB_ALL
Both Tab and Enter keys exit the EntryField
3