Help

Table Of Contents
FILEMAKER PRO HELP 1154
Originated in
FileMaker Pro 8.0
Example 1
Goes to the Invoice Details layout and installs the Invoices Menu Set if the Print Invoices Menu Set
was installed.
Go to Layout ["Invoice Details"]
If [Get ( CustomMenuSetName ) = "Print Invoices Menu Set"]
Install Menu Set [“Invoices Menu Set”]
End If
Related topics
Get(CustomMenuSetName) function
Script steps reference (alphabetical list)
Script steps reference (category list)
Set Web Viewer
Purpose
Controls the specified web viewer.
Format
Set Web Viewer [Object Name: “<object name>”; Action: <action>]
Options
Click Specify to display the Set Web Viewer Options dialog box, where you can set the following
options:
Object Name is the name of the web viewer to act upon. To assign an object name, select
the web viewer, choose View menu
> Inspector in Layout mode. Click Position, then enter
a name for the object.
For Action, choose one of the following:
Reset resets the named web viewer to its originally specified web address. This action
also clears this web viewer’s Back and Forward history.
Reload reloads the web page that the web viewer is displaying.
Go Forward goes forward one page, the same way a web browser does.
FileMaker Server scheduled script No
FileMaker Go Yes
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution Yes
Where the script step runs Supported