Functions Reference

Table Of Contents
108 FileMaker Functions Reference
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns 1 when the text ruler is visible.
Get(TotalRecordCount)
Format
Get(TotalRecordCount)
Parameter
None
Data type returned
number
Description
Returns the total number of records in the current table.
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.
See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 876 when there are 876 records in the current table.
Get(UserCount)
Format
Get(UserCount)
Parameter
None
Data type returned
number