OnDeleteRecord Trigger

Executed before a record is deleted from the table.


[Ok]:= OnDeleteRecord

Ok

(Boolean) If true, the record is deleted. If false, the record is not deleted. This value is checked after each function call.

  • Forms

  • Pages

The action is canceled but the form is not closed if an error occurs in the trigger code. You can use this trigger to write to the database.

Community Additions

ADD
Show: