SetDelete() As Long

Description

This event is fired when Delete (Set menu) is selected in Verify, just before the deletion of the set takes place.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return. The set is deleted.

EV_OK_ABORT 

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

EV_ERROR

Causes an error message and job termination.

Suggested usage

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

Remarks

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

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

Set-level events