• 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
fileMaker Value Lists
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fileMaker Value Lists


  • Subject: fileMaker Value Lists
  • From: Oakley Masten <email@hidden>
  • Date: Thu, 13 Sep 2007 11:38:32 -0700 (PDT)

"Gary (Lists)" email@hidden wrote

So, to the question "How do I retrieve the value list
of possible values for a field?"

Well, use the 'choices' property:

tell document "untitled" to choices of field
"MyPopUpOne"

I tried:
tell application "FileMaker Pro"
	tell database "Excel_List.fp7"
		set theList to choices of cell "Spread" of current
record
		set countChoices to number of items in theList
	end tell
end tell

This is exactly the answer I was looking for.  It
works perfectly.
Thank you Gary.

Oakley

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: Alias Files
  • Next by Date: Re: Alias Files
  • Previous by thread: fileMaker Value Lists
  • Next by thread: re: fileMaker Value Lists
  • Index(es):
    • Date
    • Thread