Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Executed before a record is modified in the table.
Syntax
[Ok]:= OnModifyRecord
Return Value
Ok
(Boolean) Indicates whether a record should be modified. The return value is checked after each function call. If true, the record is modified (default). If false, the record is not modified.
Applies To
- Pages
Remarks
If an error occurs in the trigger code, the action is canceled, but the page is not closed.
You can write to the database using this trigger.