BatchInterpreted() As Long

Description

This event is fired right after a batch is interpreted— that is, after all fields on all forms in the batch are interpreted. The event is fired only once for each batch.

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.

Suggested usage

Could be used to implement active batch validations.

Remarks

Only fired in the Interpret module.

Batch-level events