I grabbed the latest version of dCursorMixin.py from trunk. Performed these operations--
requery() : OK setFieldVal() : OK save() : (In the earlier version of dBizobj & dCursorMixin, it was working perfect. But gives the following error in new version) Traceback (most recent call last): File "<interactive input>", line 1, in <module> File "f:\py\dabo\biz\dBizobj.py", line 472, in save isAdding = self.IsAdding File "f:\py\dabo\biz\dBizobj.py", line 2640, in _isAdding return self._CurrentCursor.IsAdding File "f:\py\dabo\db\dCursorMixin.py", line 2937, in _getIsAdding getattr(self.Record, kons.CURSOR_TMPKEY_FIELD) File "f:\py\dabo\db\dCursorMixin.py", line 2986, in _getRecord ret = self._cursorRecord = dabo.db._getRecord(self) AttributeError: 'module' object has no attribute '_getRecord' ---Vineet --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
