Probably a newbie question: how can I stop acquisition from a certain point? e.g. when I have a folderish object which contains about 100 documents. The folderish object has a property. I don't want that the 100 documents take over this property. Can I manage that other than editing all the 100 properties? It would be cool if I could stop it like in the security settings _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
On Wednesday 21 November 2001 18:50, Stephan Goeldi wrote:
Probably a newbie question:
how can I stop acquisition from a certain point?
Don't use Implicit acquisition, use Explicit. That allows you to define the exact set of properties that are acquired. Look in lib/Components/ExtensionClass/doc for information. Richard
Hi Richard, I did not find any such file or documentation. Do I need a source distribution ?? I am running on a windows box Robert ----- Original Message ----- From: "Richard Jones" <richard@bizarsoftware.com.au> To: <stephan.goeldi@datacomm.ch>; "Stephan Goeldi" <stephan_goeldi@hotmail.com>; <zope@zope.org> Sent: Wednesday, November 21, 2001 10:22 PM Subject: Re: [Zope] stopping acquisition
On Wednesday 21 November 2001 18:50, Stephan Goeldi wrote:
Probably a newbie question:
how can I stop acquisition from a certain point?
Don't use Implicit acquisition, use Explicit. That allows you to define the exact set of properties that are acquired.
Look in lib/Components/ExtensionClass/doc for information.
Richard
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Thursday 22 November 2001 15:52, Robert Rottermann wrote:
Hi Richard, I did not find any such file or documentation. Do I need a source distribution ?? I am running on a windows box
Ah, yes, it's probably not distributed with the binary. It's actually in the manual too... try here: http://www.zope.org/Documentation/ZDG/Acquisition.stx Richard
participants (3)
-
Richard Jones -
Robert Rottermann -
Stephan Goeldi