OnDeleteRecord Trigger

Executed before a record is deleted from the table.

[Ok]:= OnDeleteRecord

Return Value

Ok

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

Applies To

  • Pages

Remarks

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

See Also

Concepts

Triggers