System Reference Summary > System Reference Summary > 4GL System Constants > System Constants > FocusBehavior Settings for ActiveField, ControlButton, and MenuItem
Was this helpful?
FocusBehavior Settings for ActiveField, ControlButton, and MenuItem
Constant Value
Description
Numeric
Equivalent
FT_NOSETVALUE
Do not run the SetValue event block for the current field when this field is clicked.
1
FT_SETVALUE
Run the SetValue event block for the current field when this field is clicked.
2
FT_TAKEFOCUS
When field is clicked, put the input focus on this field, triggering a SetValue and Exit on the previous field.
3
FT_TABTO
When field is clicked, behave like the FT_TAKEFOCUS setting. Also, if the field is an ActiveField, it can be entered by typing a tab character.
4
Last modified date: 12/20/2023