• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Filemaker Value List into Applescript list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Filemaker Value List into Applescript list (From: Applescript Member <email@hidden>)

  • Prev by Date: RE: Scripting the Chooser
  • Next by Date: Re: How Protect our solutions (hasp keys)
  • Previous by thread: Filemaker Value List into Applescript list
  • Next by thread: Re: Filemaker Value List into Applescript list
  • Index(es):
    • Date
    • Thread