Category: Get
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.
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information