• 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
Re: Cumulus - Getting records of a subcategory
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cumulus - Getting records of a subcategory


  • Subject: Re: Cumulus - Getting records of a subcategory
  • From: Paul Skinner <email@hidden>
  • Date: Thu, 16 Jan 2003 13:33:43 -0500

On Thursday, January 16, 2003, at 11:22 AM, Steve Suranie wrote:

Hi all:

Does anyone have a snippet of code that will get all the records of a subcategory in Cumulus?

Thanks

Steve

tell application "Cumulus 5 Client"
tell front collection
set q to "Categories" & tab & "contains" & tab & "antennae"
find every record matching q
{name of every record, ID of every record}
end tell
end tell

You could also use a whose clause to get them but this is faster.

--
Paul Skinner
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Embedding Images In Illustrator
  • Next by Date: Re: [ADMIN] Sorry for the dups
  • Previous by thread: Cumulus - Getting records of a subcategory
  • Next by thread: UI scripting, windows order
  • Index(es):
    • Date
    • Thread