Script Steps Reference

Table Of Contents
Miscellaneous script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 267
When a FileMaker Pro script first establishes a DDE connection, the connection stays open
to execute subsequent script steps for the same service name and topic. If the script
includes another DDE Execute script step using a different service name or topic,
FileMaker
Pro closes the current connection and opens another with the new service name
and topic. All open connections close when the script is completed.
Example 1
Opens a URL in Internet Explorer. (Internet Explorer must be open when this step executes.)
Send DDE Execute [Service Name: "iexplore"; Topic: "WWW_OpenURL";
Commands: "www.filemaker.com"]