Script Steps Reference

Table Of Contents
Fields script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 103
Example 1
Goes to the File field and inserts a document.
Go to Field [Products::File]
Insert File ["Instruction Manual.doc"]
Example 2
Opens a dialog box with custom file format filters for the user to select a file, attempts to compress
the selected file, then inserts the file into the active container field.
Insert File [Filters; Insert; Compress when possible]
Example 3
Inserts the file specified in the File Name field into the File container field, and attempts to display
the contents of the file.
Set Variable [$FILE_PATH; Value: Get ( DocumentsPath ) & Products::File
Name]
Insert File [Insert; Display content; Never compress; Products::File ;
$FILE_PATH]