Script Steps Reference

Table Of Contents
132 FileMaker Script Steps Reference
Example
The following script displays a message box that asks if the user wants to open the Find/
Replace dialog box, and opens it if the response is Yes.
Show Custom Dialog ["Open the Find/Replace dialog box?"]
If [Get (LastMessageChoice) = 1]
#1=Yes, 2=No
Open Find/Replace
End If
Open Help
Format
Open Help
Options
None.
Web compatibility
This script step is not web-compatible.
Description
Opens FileMaker Pro onscreen Help to the Help contents screen. (This is the same as
choosing Help menu > FileMaker Pro Help.)
Example
The following script displays a message box that asks if the user wants to see the
onscreen Help, and opens it if the response is Yes.
Show Custom Dialog ["Do you want to open onscreen Help?"]
If [Get (LastMessageChoice) = 1]
#1=Yes, 2=No
Open Help
End If
Open Remote
Format
Open Remote
Options
None.