Help

Table Of Contents
FILEMAKER PRO HELP 1004
If you manually select field data before you run this script step in FileMaker WebDirect, the
script step performs as if you did not make a selection. To select field data before you run
this script step in FileMaker
WebDirect, use the Set Selection script step.
Example 1
Prompts the user to either cut or copy the contents of the Email field.
Show Custom Dialog ["Do you want to cut or copy the customer's email
address?"]
If [Get ( LastMessageChoice ) = 1]
Cut [Customers::Email]
Else If [Get ( LastMessageChoice ) = 2]
Copy [Customers::Email]
End If
Related topics
Paste script step
Clear script step
Script steps reference (alphabetical list)
Script steps reference (category list)
Paste
Purpose
Pastes the contents of the Clipboard into the specified field in the current record.
Format
Paste [Select; No style; <table::field>]
Options
Select entire contents replaces the contents of a field with the contents of the Clipboard. If
you do not use Select entire contents, Paste copies the contents of the Clipboard to the
currently selected portion of the field.
Paste without style tells FileMaker Pro to ignore all text style and formatting associated
with the Clipboard contents.
Select Go to target field or click Specify to specify the field to paste into.
Compatibility
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Yes
FileMaker Go Yes
Custom Web Publishing Yes
FileMaker WebDirect Partial