Show/Hide Toolbars
Purpose
Shows or hides the FileMaker Pro status toolbar and the FileMaker Go toolbar and editing toolbar.
See also
Format
Show/Hide Toolbars [Lock; Include Edit Record Toolbar; Show/Hide/Toggle]
Options
•Lock prohibits the user from manually showing or hiding the FileMaker Pro
status toolbar or the FileMaker Go toolbar.
•Include Edit Record Toolbar turns the FileMaker Go editing toolbar on or off.
•Show shows the FileMaker Pro status toolbar and FileMaker Go toolbar.
•Hide hides the FileMaker Pro status toolbar and FileMaker Go toolbar.
•Toggle switches between showing and hiding the FileMaker Pro status toolbar (equivalent to clicking Show/Hide Status Toolbar) and FileMaker Go toolbar.
Compatibility
Where the script step runs | Supported |
FileMaker Pro | Yes |
FileMaker Server | Yes |
FileMaker Go | Yes |
Custom Web Publishing | No |
FileMaker WebDirect | Yes |
Runtime solution | Yes |
Originated in
FileMaker Pro 6.0 or earlier
Notes
•If this script step is performed on a
card, Show/Hide Toolbars returns an error code that can be captured with the
Get(LastError) function.
Example 1
Enters Find mode, shows the status toolbar, pauses for user input, performs the find, and hides the status toolbar.
Enter Find Mode [Pause: Off]
Show/Hide Toolbars [Show]
Pause/Resume Script [Indefinitely]
Perform Find [ ]
Show/Hide Toolbars [Hide]
Related topics