This event is fired when a form fails FORMS’ form-level validation routines. If the form is Complete after validation, this event is not fired. 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 |
No effect— treated the same as EV_OK. |
|
EV_ERROR |
Causes an error message and job termination. |
Could be used for control or logging purposes, or to take certain actions when a form fails validation.
This event is fired in the Interpret and Verify modules.