Re: [Zope] Newbe external method question

2000-08-01 Thread Chris Withers
"Gaspard, Bradley S" wrote: > I want to write an external method that first determines all of the objects > in a folder that posses a certain property. > I know how to find the object ids but once I do that how do I then determine > which contain the property I am searching for?? def myfilter(fol

[Zope] Newbe external method question

2000-08-01 Thread Gaspard, Bradley S
I have what I fear is a very basic question ... I want to write an external method that first determines all of the objects in a folder that posses a certain property. I know how to find the object ids but once I do that how do I then determine which contain the property I am searching for?? Th