On Sep 2, 2007, at 10:40 AM, daryl warder wrote:

>   ROW 0 REC {'count0': 2168, 'FInfoID_fk': 12, 'recordID_fk': 2}
>   ROW 0 REC {'count0': 2168, 'FInfoID_fk': 12, 'recordID_fk': 2}
>   ROW 0 REC {'count0': 2168, 'FInfoID_fk': 12, 'recordID_fk': 2}
>   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 1285, 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

        OK, this clearly shows that the UserSQL you entered is not getting  
run. I think it has something to do with the pass-through of the  
bizobj UserSQL to the cursor's UserSQL.

        Let me look into this a bit more to see if I can reproduce and find  
a fix.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




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

Reply via email to