BatchDelete() As Long

Description

This event is fired when Delete (Batch menu) is selected in Verify, just before the batch is deleted.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return. The batch is deleted.

EV_OK_ABORT 

Do not delete the batch. The user cannot delete the batch.

EV_ERROR

Causes an error message and job termination.

Suggested usage

To prevent Verify users from deleting batches, or to keep track of batches that were deleted by the Verify user.

Remarks

Only fired in the Verify module. Any changes to the batch resulting from this event are discarded.

This event was called BatchDeleted from the time it was implemented (FORMS 5-2 build 1349) until the release of FORMS 5-2 SP5, when a new BatchDeleted event was added.

Batch-level events