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: Simon Forster <email@hidden>
- Date: Wed, 5 Sep 2001 15:53:52 +0100
On Wednesday, September 5, 2001, at 03:01 PM, Dan Doughtie wrote:
So, how do you set a variable to the contents of the Clipboard or i.e.
"paste" to a variable in an Applescript?
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 tell
HTH
Simon Forster
________________________________________________
LDML Ltd, 4/5 Hazlitt Mews, London, W14 0JZ, UK
<tel int="+44 20 7602 9370" uk="020 7602 9370">
<fax int="+44 20 7371 6662" uk="020 7371 6662">
<
mailto:email@hidden>
________________________________________________