Protecting Rows
Developers can disable adding and deleting rows using the ProtectRows event type.
It is useful, for example, if a form has a change handler and does not support saving changes using the Save button.
Here is a sample configuration:
ID | TABLE_SCHEMA | TABLE_NAME | COLUMN_NAME | EVENT_NAME | HANDLER_SCHEMA | HANDLER_NAME | HANDLER_TYPE | HANDLER_CODE | TARGET_WORKSHEET | MENU_ORDER | EDIT_PARAMETERS |
---|---|---|---|---|---|---|---|---|---|---|---|
s02 | view_cashbook | Change | s02 | cashbook | TABLE | _Commit | |||||
s02 | view_cashbook | ProtectRows | ATTRIBUTES |
Note that you can also disable saving changes using the DoNotSave event type.