stopping acquisition
I have a folder setup like the following top top\current top\past in the top folder I have a script that includes container.current.superValues('Structured Document') works okay except (thats the big word) that it is also lists structure documents in the top folder. is there some way to limit the scope that superValues looks? I thought buy putting it in current it would limit it's enumeration of structured documents to just that...
On Wed, Nov 13, 2002 at 08:06:46PM -0700, David Bear wrote:
is there some way to limit the scope that superValues looks? I thought buy putting it in current it would limit it's enumeration of structured documents to just that...
If you don't want acquisition, why are you using superValues()? The whole point of superValues is that it finds things in all the containers up the aq. chain. If you want to look in only one folder, use somefolder.objectValues(type) instead. -- Paul Winkler http://www.slinkp.com "Welcome to Muppet Labs, where the future is made - today!"
participants (2)
-
David Bear -
Paul Winkler