Script Steps Reference
Table Of Contents
- Contents
- About script steps
- Script steps reference (alphabetical list)
- Control script steps
- Navigation script steps
- Editing script steps
- Fields script steps
- Set Field
- Set Field By Name
- Set Next Serial Value
- Insert Text
- Insert Calculated Result
- Insert From Index
- Insert From Last Visited
- Insert From URL
- Insert Current Date
- Insert Current Time
- Insert Current User Name
- Insert Picture
- Insert QuickTime
- Insert Audio/Video
- Insert PDF
- Insert File
- Replace Field Contents
- Relookup Field Contents
- Export Field Contents
- Records script steps
- New Record/Request
- Duplicate Record/Request
- Delete Record/Request
- Delete Portal Row
- Delete All Records
- Open Record/Request
- Revert Record/Request
- Commit Records/Requests
- Copy Record/Request
- Copy All Records/Requests
- Import Records
- Export Records
- Save Records As Excel
- Save Records As PDF
- Save Records As Snapshot Link
- Found Sets script steps
- Windows script steps
- Files script steps
- Accounts script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
FILEMAKER SCRIPT STEPS REFERENCE 185
• The Send Mail script step does not control the font’s appearance. Use the email client to
make any changes to the font.
Examples
Perform Find [Restore]
Send Mail [To: script examples::Field1; Subject: "This is
a test email"; Message: "Hello, world." ]
Send Mail [Send via SMTP Server; To: "Inventors SIG"; Subject: "New Member
Greetings"; Message: "Welcome to our group."]
Related topics
Script steps reference (alphabetical list)
Contents
Send DDE Execute (Windows)
Purpose
Sends a DDE (Dynamic Data Exchange) command to another application to execute a series of
commands available in that application.
Format
Send DDE Execute [<topic text or filename>; <service name>]
Options
Click Specify to display the “Send DDE Execute” Options dialog box, where you can set the
following options:
• Service name is the name of the application that executes the commands. Refer to the
documentation of the application you specify for the valid service name. You can enter the
service name directly as text or click Specify to create the service name from a calculation.
• Topic is a filename or text string that describes the topic that the application executes the
commands on. Refer to the documentation of the application specified in the Service Name
for valid topics. You can enter the topic name directly as text or click Specify to create the
topic name from a calculation. For more information, see Creating file paths.
• Commands are a calculated value or text string that specifies what the application does.
Refer to the documentation of the application specified in the Service Name for valid
commands and formats. You can enter the commands directly as text or click Specify to
create the commands from a calculation.
Compatibility
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script No
FileMaker Go No
Custom Web Publishing No