Script Steps Reference

Table Of Contents
Miscellaneous script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 256
Example 3
Launches the default email application, opens a new email message, and uses the value in the
Email field to address the message.
Open URL [With dialog: Off; "mailto:" & Customers::Email]
Example 4
Opens a shared FileMaker Pro file running on another system.
Open URL [With dialog: Off; "fmp://account:password@host/database"]
#where "account" is the FileMaker Pro account name, "password" is the
account password, "host" is a DNS entry, IPv4 address, or IPv6 address for
the machine where the file resides, and "database" is the FileMaker Pro
filename.
Important Account name and password information entered in an Open URL script step is visible
to users with script editing access privileges, and is therefore not secure.