Help

Table Of Contents
FILEMAKER PRO HELP 792
Get(RecordID)may not return a consistent value for records in ODBC data sources.
Examples
Returns a unique ID for the current record.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(RecordModificationCount)
Purpose
Returns the total number of times changes to the current record have been committed.
Format
Get(RecordModificationCount)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Description
To commit changes, you can, for example:
click out of all fields
(exit the record)
go to a different record
enter Find mode
If multiple windows are open, clicking in another window does not commit the record.
Notes
If the current calculation is stored and you specify its context, this function will be evaluated
based on that context; otherwise, it will be evaluated based on the context of the current
window.
Get(RecordModificationCount)returns NULL for ODBC data sources.