Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.