Script Steps Reference

Table Of Contents
Windows script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 176
Show/Hide Menubar
Purpose
Shows or hides the menu bar in FileMaker WebDirect and FileMaker Go.
Format
Show/Hide Menubar [Lock; Show/Hide/Toggle]
Options
Lock prevents the state of the menu bar from being changed (FileMaker Go only).
Show tells FileMaker WebDirect or FileMaker Go to show the menu bar.
Hide tells FileMaker WebDirect or FileMaker Go to hide the menu bar.
Toggle switches between showing and hiding the menu bar.
Compatibility
Originated in
FileMaker Pro 13.0
Example 1
If the Guest account is logged in, goes to the Invoices layout and hides the menu bar and status
toolbar.
If [Get ( AccountName ) = "[Guest]"]
Go to Layout ["Invoices"]
Show/Hide Menubar [Hide]
Show/Hide Toolbars [Hide]
End If
Where the script step runs Supported
FileMaker Pro No
FileMaker Server scheduled script No
FileMaker Go Yes
Custom Web Publishing No
FileMaker WebDirect Yes
Runtime solution No