Ok, so I have a bizobj with some fields that I need to include in NonUpdateFields.
This applies if I set the NonUpdateFields property in: - afterInit - initProperties - constructor Code in question: dBizobj.py Lines 347-351 Analysis: The variable self._nonUpdateFields is being set properly. It contains the correct information. However, the function _syncWithCursors is not passing the correct information as the self._CurrentCursor.getNonUpdateFields() returns [] If NonUpdateFields is set after the afterInit function, things work as expected. I am working with Python 2.5.1, Dabo Rev 3949. Someone please confirm and I will add a trac ticket. Cheers, Nate L. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
