SetComplete() As Long

Description

This event is fired right after a set has been validated and given Complete status by FORMS’ internal validation functions and/or the SetValidate event. 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 

No effect— treated the same as EV_OK. (The backwards-compatible event CompSetComplete is not fired in this case, however.)

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.

Set-level events