BatchLoaded() As Long

Available in FORMS 5-3 SP2 and later.

Description

This event is fired right after a batch is loaded in the Interpret module.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

Skip this batch and continue to the next one.

EV_ERROR

Results in an error message and job termination.

Suggested usage

To make job-level changes based on the batch. For example, use the RedoIdentificationInInterpret property in Scan to set up reidentification of forms in Interpret. Then use the AddExternalValidFormDef method (with KeepExternalValidFormDefs ) in the BatchLoaded event to specify which form definitions to use.

Remarks

Only fired in the Interpret module.

Batch-level events