On Oct 4, 2011, at 8:43 AM, Vineet Deodhar wrote:

> (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'

        Well, is there a method in dabo/db/__init__.py named '_getRecord'?


-- Ed Leafe



_______________________________________________
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]

Reply via email to