Field WdgModified
Response of a form field to a change in value (Modified) event. Indicates how the form field responds to a change in value (Modified) event.
Valid Values
A 1-character code, as shown in the table below:
Code |
Meaning |
N |
(DEFAULT) No notification |
Y |
Control returns to the application program if the form field is modified |
Remarks
If WdgModified is set to Y, then FORM INPUT will transmit any time the end-user changes the value of the form field (for entry fields, this occurs for every press of a key that is not simply cursor motion).
If WdgModified is trapped, then LostFocusModified events (IT = Y) will never occur.
See Also
IT