FormDeleted() As Long

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

Description

This event is fired after a form is deleted. It is fired in 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 the forms throughout production.

Remarks

FormDeleted is not fired when...

Form-level events