Re: Cumulus - Getting records of a subcategory
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.