FieldDeleted() As Long

Description

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

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return. The field is deleted.

EV_OK_ABORT 

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

EV_ERROR

Causes an error message and job termination.

Suggested usage

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

Remarks

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

Field-level events