Field IT
Indicates how the form field responds to a LostFocus event (“transmit-on-exit” status).
Valid Values
A 1-character code, as shown in the table below:
Code |
Meaning |
N |
(DEFAULT) No response |
Y |
Control returns to the application program if the form field was modified between the GotFocus and LostFocus events (LostFocusModified) |
A |
Control always returns to the application program on a LostFocus event |
X |
Control returns to the application program both on a LostFocusModified and a LostFocus event. (LostFocusModified takes precedence.) |
Remarks
The value in the form field must meet the associated validation rule and minimum length requirement before control can revert to the application program on a LostFocus event.
See Also
MinLen, ValRule