Show/Hide Toolbars
Shows or hides the FileMaker Pro status toolbar and the FileMaker Go toolbar and editing toolbar.
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
Product | Supported |
FileMaker Pro | Yes |
FileMaker Go | Yes |
FileMaker WebDirect | Yes |
FileMaker Server | Yes |
FileMaker Cloud | Yes |
FileMaker Data API | No |
Custom Web Publishing | No |
Originated in version
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.
Copy
Enter Find Mode [Pause: Off]
Show/Hide Toolbars [Show]
Pause/Resume Script [Indefinitely]
Perform Find [ ]
Show/Hide Toolbars [Hide]