Help

Table Of Contents
FILEMAKER PRO HELP 1092
Example 2
Performs a find, sorts, and scrolls to the top of the window.
Perform Find [Restore]
Sort Records [Restore; No dialog]
Scroll Window [Home]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Show/Hide Menubar
Purpose
Shows or hides the menu bar in FileMaker WebDirect.
Format
Show/Hide Menubar [Show/Hide/Toggle]
Options
Show tells FileMaker WebDirect to show the menu bar.
Hide tells FileMaker WebDirect 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]
Where the script step runs Supported
FileMaker Pro No
FileMaker Server scheduled script No
FileMaker Go No
Custom Web Publishing No
FileMaker WebDirect Yes
Runtime solution No