Re: Filemaker Value List into Applescript list
Re: Filemaker Value List into Applescript list
- Subject: Re: Filemaker Value List into Applescript list
- From: Pier Kuipers <email@hidden>
- Date: Tue, 6 Feb 2001 20:35:36 +0000
>
in Filemaker...
>
>
I'm using a calculation field to get all items in a value list
>
(ValueListItems).
>
>
In Applescript...
You could try this: it works for me...
tell application "FileMaker Pro"
tell window "My_Database.fp3"
set theList to get choices of cell "Valuelist_field"
of current record
end tell
end tell
Pier.
--
Pier Kuipers
Visual ID
* the Media Asset Management solution *
2 Whitefriars
Aungier Street
Dublin 2
Tel. +353 1 476 7059
Mobile +353 87 294 3063
Fax +353 1 478 1366
ISDN +353 1 602 0754
http://www.visualid.com