Help

Table Of Contents
FILEMAKER PRO HELP 744
Data type returned
number
Originated in
FileMaker Pro 7.0
Description
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 if Allow user abort script step is on.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(AllowFormattingBarState)
Purpose
Returns a Boolean value representing whether the formatting bar is allowed to be visible.
Format
Get(AllowFormattingBarState)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 8.0
Description
Returns 1 if the formatting bar is allowed; otherwise, returns 0.
The Allow Formatting Bar script step sets the formatting bar state. For more information, see Allow
Formatting Bar script step.