Was this helpful?
Purgetable
Clears the list of deleted rows from a table field's data set.
Examples--purgetable statement:
Example 1:
Clear the rows marked for deletion in the data set of the table field employee on the form empform:
## purgetable empform employee
Example 2:
Clear the rows marked for deletion in the data set of the table field departments on the current form:
## purgetable '' departments
Example 3:
Clear the rows marked for deletion in the data set of the table field contained in the program variable whichtable, on the current form:
## purgetable '' :whichtable
Last modified date: 11/28/2023