Get(RecordOpenCount)
Syntax: Get ( RecordOpenCount ) |
Parameters: None
Data type returned: Number
Description:
Returns the total number of open, uncommitted records in the current found set. An open record is one in which changes have been made but not yet saved by the user or currently executing script.
This function is particularly useful when batch processes are necessary. For example, when exporting records, first check that Get(RecordOpenCount) is zero to ensure having the latest data.
Examples:
Returns 4 if there are four open records in the current found set that haven't been saved.