Change Handlers Using Views

Change Handlers Using Views

You can configure an updatable view as a change handler for any object or for the view itself.

In this setup, the SaveToDB products will immediately save changes to the target view after any cell modifications.

Here's a sample configuration from the xls.handlers table:

IDTABLE_SCHEMATABLE_NAMECOLUMN_NAMEEVENT_NAMEHANDLER_SCHEMAHANDLER_NAMEHANDLER_TYPEHANDLER_CODETARGET_WORKSHEETMENU_ORDEREDIT_PARAMETERS
 s02view_cashbookChanges02view_cashbookVIEW_Commit
 s02usp_cashbookChanges02view_cashbookVIEW_Commit

Target views must have primary key or identity columns that exist in the selected data.

These handlers only update existing rows.

To mark changed rows as saved, include the _Commit keyword in the TARGET_WORKSHEET column.

To save new or deleted rows, users need to click the Save button.

This website is using cookies. By continuing to browse, you give us your consent to our use of cookies as explained in our Cookie Policy.