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.
None.
|
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. |
Could be used to implement set validation routines that cannot be performed by FORMS.
Fired in the Interpret and Verify modules.