This event is fired when a form is about to be validated (that is, when each individual field on the form has Complete status, and form-level validations are about to be performed). The event is fired at least once for each form, and it can be fired several times if the form is edited and validated repeatedly.
None.
|
Return value |
Description |
|
EV_OK |
Normal return. |
|
EV_OK_ABORT |
Causes FORMS’ internal form validation to be skipped. |
|
EV_ERROR |
Causes an error message and job termination. |
Could be used to implement form validations that cannot be performed by FORMS.
This event is fired in the Interpret and Verify modules.