FieldValidateError() As Long

Description

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).

Parameters

None.

Return values

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.

Suggested usage

Could be used for control or log purposes, or for extended validation that occurs after the usual validation routines.

Remarks

Fired in the Interpret and Verify modules.

Field-level events