Yo, I have an object for which I'd like to have pre-export and post import-hooks. After some code browsing, I found the ObjectManager api with the manage_exportObject method. overwriting this for the export looks good, but the problem is that this only works when called directly on the object, and not when you export a container of the object in question. Is there an easy solution to this problem ? Romain Slootmaekers
Romain Slootmaekers wrote at 2003-8-11 13:44 +0200:
I have an object for which I'd like to have pre-export and post import-hooks.
After some code browsing, I found the ObjectManager api with the manage_exportObject method.
overwriting this for the export looks good, but the problem is that this only works when called directly on the object, and not when you export a container of the object in question.
Is there an easy solution to this problem ?
I do not think so. The APE code (one of Shanes famous products) may show you how to proceed, when you really need it. Dieter
participants (2)
-
Dieter Maurer -
Romain Slootmaekers