| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
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: http://lists.apple.com/mailman/options/applescript-users/email@hidden Archives: http://lists.apple.com/mailman//archives/applescript-users This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.