fileMaker Value Lists
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