Field IT
Documentation | Blog | Demos | Support
Field IT
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
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
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |