On 9/20/07, Jim Correia <[EMAIL PROTECTED]> wrote: > On Sep 20, 2007, at 2:47 PM, Jim DeVona wrote: > > > Is it possible to use a "whose" clause to get only items of a certain > > type from a list of Yojimbo database items? ... > If you are iterating the list to do work, you could filter the list > as you go and only perform work on the items with the appropriate > class.
That was my initial strategy, actually. I was curious if there was another way to do it, but iterating through the selection isn't a big problem. > Or you could write a handler to fetch and filter the selected > items by class for you. Here's an example: Hmm. That does look useful. Thanks! Jim -- ------------------------------------------------------------------ This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, send mail to: <[EMAIL PROTECTED]> List archives: <http://www.listsearch.com/yojimbotalk.lasso> Have a feature request, or not sure if the software's working correctly? Please send mail to: <[EMAIL PROTECTED]>
