This event is fired right after a field has been validated and is still not Complete— that is, some kind of validation error occurred after the user edited the field value. This event is never fired for a field with Complete status, but it can be fired several times if the field is edited and validated repeatedly. It is not fired if a field does not exist (for instance, after FieldValidateNonExisting).
None.
|
Return value |
Description |
|
EV_OK |
Normal return. |
|
EV_OK_ABORT |
Skip any further checks on the field; return this if you explicitly change the status of a field. |
|
EV_ERROR |
Causes an error message and job termination. |
Could be used for control or log purposes, or for extended validation that occurs after the usual validation routines.
Fired in the Interpret and Verify modules.