Functions Reference

Table Of Contents
110 FileMaker Functions Reference
Get(UseSystemFormatsState)
Format
Get(UseSystemFormatsState)
Parameter
None
Data type returned
number
Description
Returns a Boolean value representing the state of the Use System Formats command
in the Format menu. Returns 1 if Use System Formats is on, otherwise returns 0.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns 1 when Use System Formats is on.
Get(WindowContentHeight)
Format
Get(WindowContentHeight)
Parameter
None
Data type returned
number
Description
Returns a number representing the height, in pixels, of the FileMaker Pro content area.
The content area depends on the current size of the active window but doesn’t include the
title bar, scroll bars, zoom controls, and page margins. The content area is the space
inside these controls.
Note See FileMaker Pro Help for information about running scripts
in client/server and
peer-to-peer environments.