SetValidateError() As Long

Description

This event is fired right after a Set has failed validation routines and therefore did not receive Complete status. It can be fired several times if the Set is edited and validated repeatedly. If a Set receives Complete status the first time it is validated, this event is not fired for that Set.

Parameters

None.

Return values

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.

Suggested usage

Could be used for control or logging purposes, or for carrying out certain actions when a Set has not passed validation routines.

Remarks

Fired in the Interpret and Verify modules.

Field, form, set, and batch validation

Set-level events