Protecting Rows
Free database data editor in a browser. Special offer: 50% discount ($1440) for ODataDB Enterprise until May 31, 2024

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:

IDTABLE_SCHEMATABLE_NAMECOLUMN_NAMEEVENT_NAMEHANDLER_SCHEMAHANDLER_NAMEHANDLER_TYPEHANDLER_CODETARGET_WORKSHEETMENU_ORDEREDIT_PARAMETERS
 s02view_cashbookChanges02cashbookTABLE_Commit
 s02view_cashbookProtectRowsATTRIBUTES

Note that you can also disable saving changes using the DoNotSave event type.