Available in FORMS 5-3 SP2 and later.
This event is fired right after a batch is loaded in the Interpret module.
None.
|
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. |
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.
Only fired in the Interpret module.