FormValidate() As Long

Description

This event is fired when a form is about to be validated (that is, when each individual field on the form has Complete status, and form-level validations are about to be performed). The event is fired at least once for each form, and 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 

Causes FORMS’ internal form validation to be skipped.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Could be used to implement form validations that cannot be performed by FORMS.

Remarks

This event is fired in the Interpret and Verify modules.

Field, form, set, and batch validation

Form-level events