Validate Immediately property
Use the Validate Immediately property to execute validators when the user selects a value from a list or exits a component.
Setting | Description |
---|---|
“True” | Validators for a component execute when the user selects a value from a list or exits the component. |
“False” | Default. Validation of a component is deferred until the user attempts to navigate to a new object in a collection or to save the form. |
Immediate validation can eliminate delays that result from performing all validation processing at save time and may be more intuitive to users.
If data is not entered into a “required” component for which the “Validate Immediately” property is “True”, the user is prompted to enter data before exiting the component.
相关主题