Help

Table Of Contents
FILEMAKER PRO HELP 1060
Example 1
Goes to the Products layout, shows all records, sorts the records, and saves the records as a PDF
without prompting the user.
Go to Layout ["Products"]
Show All Records
Sort Records [Restore; No dialog]
Save Records As PDF [No dialog; "Product Catalog.pdf"; Records being
browsed]
Example 2
Finds all invoices with the current record's Customer ID, sorts, saves the invoices to a PDF, and
appends the products purchased by the customer to the PDF.
Go to Layout ["Invoices"]
Find Matching Records [Replace; Invoices::Customer ID]
Sort Records [Restore; No dialog]
Save Records As PDF [No dialog; "Customer Backup.pdf"; Records being
browsed]
Go to Related Record [Show only related records; Match found set; From
table: "Products"; Using layout: “Products”]
Save Records As PDF [Append; No dialog; "Customer Backup.pdf"; Records
being browsed]
Go to Layout [original layout]
Related topics
Saving and sending records as a PDF file
Export Records script step
Import Records script step
Script steps reference (alphabetical list)
Script steps reference (category list)
Save Records As Snapshot Link
Purpose
Saves a set of found records to a FileMaker Pro Snapshot Link (FMPSL) file.
Format
Save Records As Snapshot Link [“<output filename>”; Records being browsed/
Current record]
Select Specify output file or click Specify to display the Specify Output File dialog box,
and enter the path of the snapshot link. Click Add File and choose the folder to save the file
to, or type the path directly in the list. Specify one path per line. FileMaker
Pro will use the
first path it locates. See
Creating file paths. You can also select Create email with file as
attachment to create a blank email with the snapshot link as an attachment.
If FileMaker Pro executes a script that does not specify an absolute path, and the database file
containing the script is hosted, the path is assumed to be the current user’s Documents folder.