Set DataTable
Use this command to reset the flag for a specific Data Table that has been modified since the initial download.
This command is useful if, after the initial download of the Data Table, you require modification of some of the data before displaying the Data Table to the user and you want to track only user-initiated changes to the Data Table.
Syntax
SET DATATABLE Name DATACHANGED TO FALSE
where:
- Name is the name of the Data Table for which you want to reset the flag.
Syntax example
SET DATATABLE dt1 DATACHANGED TO FALSE