FormValidateError() As Long

Description

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.

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 to take certain actions when a form fails validation.

Remarks

This event is fired in the Interpret and Verify modules.

Field, form, set, and batch validation

Form-level events