BatchDeleted() As Long

This event is available starting in FORMS 5-2 SP5. The BatchDeleted event that existed up until that version was renamed BatchDelete in FORMS 5-2 SP5.

Description

This event is fired after a batch is deleted. It is fired from all modules.

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

For logging purposes, as a way to keep track of batch objects throughout production.

Remarks

BatchDeleted is not fired when the Manager module is used to clear the batch database (by selecting Administration ð Clear/initialize databases).

Batch-level events