FormInterpret() As Long

Description

This event is only fired once for each form, just before the form is interpreted.

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.

Warning

When an error is returned in FormInterpret, FORMS does not clean up in the Temp folder. Therefore, use code to ensure cleanup before you return EV_ERROR.

Suggested usage

To extract batch information from the Form before it is interpreted.

Remarks

Only fired in the Interpret module.

Form-level events