Help

Table Of Contents
FILEMAKER PRO HELP 1023
Note If the specified field does not exist on the layout where the script is being performed, Insert
From Last Visited returns an error code which can be captured with the
Get(LastError) function.
Example 1
Creates a new record and inserts the customer name from the last record that was viewed.
New Record/Request
Insert From Last Visited [Invoices::Customer Name]
Example 2
Inserts the value from the Customer Name field of the last visited record into a find, pauses for the
user to make modifications, then performs the find.
Enter Find Mode [ ]
Insert From Last Visited [Invoices::Customer Name]
Pause/Resume Script [Indefinitely]
Perform Find [ ]
Related topics
Set Field script step
Script steps reference (alphabetical list)
Script steps reference (category list)
Insert From URL
Purpose
Enters the content from a URL into a field.
Format
Insert From URL [Select; No dialog; <table::field>; Resource URL]
Options
Select entire contents replaces the contents of a field. If you do not select this option,
Insert From URL inserts the content from the URL at the insertion point or at the end of the
field's data.
Perform without dialog prevents the “Insert From URL” Options dialog box from displaying
when the script step executes.
Select Go to target field or click Specify to specify the field to insert the URL content into.
For Specify URL, click Specify to display the “Insert From URL” Options dialog box, where
you can type the URL directly in the text entry area or click Specify to create your URL from
a calculation.
Compatibility
Where the script step runs Supported
FileMaker Pro Yes