Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
106     FileMaker Functions Reference
Data type returned
number
Description
Returns the total number of open 
 that haven’t been saved.
Notes
 for the current calculation, this function will be evaluated 
based on that context; otherwise, it will be evaluated based on the context of the 
current window.
See FileMaker Pro help for information about running 
 in client/server and 
peer-to-peer environments.
Example
Returns 
if there are four open records in the current found set that haven’t been saved.
Get(RecordOpenState)
Format
Get(RecordOpenState)
Parameter
None
Data type returned
number
Description
Returns a number representing the state of the current 
Returns:
0
 for a closed or committed record.
1
 for a new record that hasn’t been committed.
2
 for a modified record that hasn’t been committed.
Notes
 for the current calculation, this function will be evaluated 
based on that context; otherwise, it will be evaluated based on the context of the 
current window.
See FileMaker Pro help for information about running 
 in client/server and 
peer-to-peer environments.