SetValidate() As Long

Description

This event is fired when a Set is about to be validated, that is, when all the Forms included in the Set are about to receive Complete status. The event is fired at least once for each Set and can be fired several times if the Set is edited and validated repeatedly.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

Causes FORMS’ internal set validation to be skipped.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Could be used to implement set validation routines that cannot be performed by FORMS.

Remarks

Fired in the Interpret and Verify modules.

Field, form, set, and batch validation

Set-level events