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 |