Help

Table Of Contents
FILEMAKER PRO HELP 1168
Description
For additional scripting capabilities, you can create a program in Basic or C and run that program
with this script step.
Note When specifying a document or application by calculation or text, the file type or application
name will appear as <unknown> in the script definition.
Example 1
Opens the Notepad application.
Send Event ["aevt"; "odoc"; "NOTEPAD.EXE"]
Example 2
Opens the image.bmp file with its default application.
Send Event ["aevt"; "odoc"; "image.bmp"]
Related topics
Defining calculation fields
Script steps reference (alphabetical list)
Script steps reference (category list)
Comment
Purpose
Adds comments to the list of steps in the script.
Format
#<comment text>
Options
Click Specify to display a dialog box to enter the comment text.
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Yes
FileMaker Go Yes
Custom Web Publishing Yes
FileMaker WebDirect Yes
Runtime solution Yes