This event is available starting in FORMS 5-2 SP5. The SetDeleted event that existed up until that version was renamed SetDelete in FORMS 5-2 SP5.
This event is fired after a set is deleted. It is fired from all modules.
None.
|
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. |
For logging purposes, as a way to keep track of the sets throughout production.
SetDeleted is not fired when...
...a batch is deleted that contains a set. In that case, only BatchDeleted is fired.
...the Manager module is used to clear the set database (by selecting on the menu).