Help

Table Of Contents
FILEMAKER PRO HELP 822
Examples
Returns Sharon Lloyd when Sharon Lloyd is the current user.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(UseSystemFormatsState)
Purpose
Returns a Boolean value representing the state of the Use System Formats command in the
Format menu.
Format
Get(UseSystemFormatsState)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 8.0
Description
Returns 1 if Use System Formats is on; otherwise, returns 0.
Notes
In FileMaker WebDirect, this function is not supported and returns 0.
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
Returns 1 when Use System Formats is on.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas