• 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
More FMP8 Questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: More FMP8 Questions
      • From: Tim Mansour <email@hidden>
  • Prev by Date: Re: XML parsing from AppleScript (Kumar Shailove)
  • Next by Date: applescripting the calculator
  • Previous by thread: Re: Can't Move App to new computer
  • Next by thread: Re: More FMP8 Questions
  • Index(es):
    • Date
    • Thread