Get(MultiUserState)
Category: Get
Syntax: Get ( MultiUserState ) |
Parameters: None
Data type returned: Number
Description:
Returns a number that represents the FileMaker sharing/networking status for the current file.
Return 0 when network sharing is off, or when network sharing is on but no privilege sets have the [fmapp] Extended Privilege keyword enabled.
Returns 1 when network sharing is on, the database file is accessed from the host computer, and some or all users have the [fmapp] keyword enabled.
Returns 2 when network sharing is on, the database file is accessed from a client computer, and some or all users have the [fmapp] keyword enabled.
Examples:
Function |
Results |
---|---|
Get (MultiUserState) |
Returns 2 when network sharing is on. |