QUE CORPORATION - Using Filemaker pro X
| < Day Day Up > |
Get(UserCount)
Category: Get Syntax: Get ( UserCount ) Parameters: none Description: Returns the number of clients currently accessing the file, including the current user . Examples:
Get (UserCount)
returns 1 if FileMaker Network sharing is turned off. If a file is hosted by FileMaker Server 7, Get (UserCount) returns the number of client connections to the current file. Comments: Only FileMaker Pro client connections are counted by the Get (UserCount) function. Web, ODBC, and JDBC connections are not counted. |
| < Day Day Up > |