Ed,
Take a look at the setCurrentParent() code:
def setCurrentParent(self, val=None):
""" Lets dependent child bizobjs know the current value of
their parent
record.
"""
if self.LinkField:
if val is None:
val = self.getParentPK()
# Update the key value for the cursor
self.__currentCursorKey = val
# Make sure there is a cursor object for this key.
self._CurrentCursor = val
Shouldn't self._CurrentCursor get set to a cursor reference instead of
the PK value?
--
pkm ~ http://paulmcnett.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev