Re: FileMaker Pro, repeating fields and pasting from Clipboard
Re: FileMaker Pro, repeating fields and pasting from Clipboard
- Subject: Re: FileMaker Pro, repeating fields and pasting from Clipboard
- From: "Greg Back" <email@hidden>
- Date: Wed, 05 Sep 2001 16:44:38 -0400
>
So, how do you set a variable to the contents of the Clipboard or i.e.
>
"paste" to a variable in an Applescript?
Is this what you wan, is it?
--
set theClip to the clipboard --as text, as string, etc.
--
From Standard Additions
or are you looking for ...
>
I must be misunderstanding you cause my answer would be the obvious:
>
>
tell application "FileMaker Pro"
>
set my_data_list to get data layout "my_layout" of document
>
"my_database.fp5"
>
--or
>
set my_field to get data cell "my_field_name" of database
>
"my_database.fp5"
>
end tel
--
Greg Back
email@hidden
Don't Forget: Macs Rule
http://hompage.mac.com/gback/index.html