Help

Table Of Contents
FILEMAKER PRO HELP 820
Note For information on how functions evaluate differently on the host versus the client, search the
FileMaker Knowledge Base available at http://help.filemaker.com
.
Examples
When the tab or slide panel to be switched to is number 2, named “Products,”
Get(TriggerTargetPanel) returns:
2
Products
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(UserCount)
Purpose
Returns the number of clients currently accessing the file.
Format
Get(UserCount)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Description
Returns:
1 if FileMaker network sharing is turned off
1 + the number of clients if FileMaker network sharing is turned on
This function does not count clients accessing the database file via ODBC
or JDBC.
Notes
If you specify the context 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.