the application does run again, however, the original error returned.
Platform: Win
Python Version: 2.4.4 on win32
Dabo Version: Version 0.9a;
Revision 3338M
UI Version: 2.8.1.1 on wxMSW Dabo IDE version: 0.9a (Revision 874)
Traceback (most recent call last):
File "C:\projects\dabo\dabo\ui\uiwx\dGrid.py", line 297, in IsEmptyCell
return not bizobj.getFieldVal(field, row)
File "C:\projects\dabo\dabo\biz\dBizobj.py", line 1286, in getFieldVal
return cursor.getFieldVal(fld, row)
File "C:\projects\dabo\dabo\db\dCursorMixin.py", line 782, in getFieldVal
raise dException.FieldNotFoundException, "%s '%s' %s" % (
dabo.dException.FieldNotFoundException: Field 'phType' does not exist in the
data set
dwarder
Ed Leafe <[EMAIL PROTECTED]> wrote:
That's odd - that should only happen with an empty SQL statement,
which means that somehow your code is assigning the statement after
the requery is run. Perhaps that's because your bizobj with the
UserSQL is a child bizobj, while mine is not.
In any case, I've tightened the code for checking for the presence
of UserSQL. Let me know if this is any improvement.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
[excessive quoting removed by server]
_______________________________________________
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/dabo-users/[EMAIL PROTECTED]