More FMP8 Questions
More FMP8 Questions
- Subject: More FMP8 Questions
- From: Chris Prew <email@hidden>
- Date: Wed, 24 Jan 2007 09:49:03 -0600
Hi -- trying to script FMP8 and still beating my head against a wall --
I'm trying to find a set, then take a certain cell from that found set and make a list of it. I've tried this numerous ways and never get the right result. I usually end up with a list of all InvoiceID's whether or not they meet the find criteria (Status = Open) -- but when I look at the found dataset oin my screen, its accurate (only "Open" invoices are displayed).
Any pointers?
tell application "FileMaker Pro.app" go to document "MyApp" tell document "MyApp" go to layout "Invoice" tell current layout set my_list to cell "InvoiceID" of (every record whose cell "Status" is equal to "Open") end tell end tell end tell
TIA
Chris |
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden