Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.