this is the debug output from the files from ticket 1099. The  proper value for 
the
alias field, "phType" is added to the grid; however, all the records for table 
FotoInf
are displayed. The where clause " where  FotoInf.recordID_fk = 1" does not
limit the records.


BIZ REQUERY: USERSQL= Select FotoInf.count0, FotoInf.recordID_fk, 
FotoInf.FInfoID_fk, 
                InfoPT.photoType as phType
                From FotoInf inner join InfoPT on FotoInf.FInfoID_fk = 
InfoPT.InfoID  -- CURSOR: <dabo.biz.dBizobj.cursorMix (baseclass 
dabo.biz.dBizobj.cursorMix, id:81747016)>
GET CURRENT SQL: <dabo.biz.dBizobj.cursorMix (baseclass 
dabo.biz.dBizobj.cursorMix, id:81747016)>
    USER: Select FotoInf.count0, FotoInf.recordID_fk, FotoInf.FInfoID_fk, 
                InfoPT.photoType as phType
                From FotoInf inner join InfoPT on FotoInf.FInfoID_fk = 
InfoPT.InfoID
    AUTO: select *
  from FotoInf
 where  FotoInf.recordID_fk = 1  
CURSOR REQUERY - USERSQL:  Select FotoInf.count0, FotoInf.recordID_fk, 
FotoInf.FInfoID_fk, 
                InfoPT.photoType as phType
                From FotoInf inner join InfoPT on FotoInf.FInfoID_fk = 
InfoPT.InfoID <dabo.biz.dBizobj.cursorMix (baseclass 
dabo.biz.dBizobj.cursorMix, id:81747016)>
GET CURRENT SQL: <dabo.biz.dBizobj.cursorMix (baseclass 
dabo.biz.dBizobj.cursorMix, id:81747016)>
    USER: Select FotoInf.count0, FotoInf.recordID_fk, FotoInf.FInfoID_fk, 
                InfoPT.photoType as phType
                From FotoInf inner join InfoPT on FotoInf.FInfoID_fk = 
InfoPT.InfoID
    AUTO: select *
  from FotoInf
 where  FotoInf.recordID_fk = 1  
Dabo Info Log: Mon Sep 03 13:34:58 2007: Application finished.

                                  dwarder

Ed Leafe <[EMAIL PROTECTED]> wrote: On Sep 2, 2007, at 9:59 PM, Ed Leafe wrote:


rather than continue to ask you to manually edit them. http:// 
svn.dabodev.com/trac/dabo/ticket/1099

 Grab the dBizobj.py and dCursorMixin.py files and replace the ones  
in your copy of the framework. Post your output as a reply to this  
message, so that the thread remains intact.

 Besides debugging, I also added one other bugfix, so let me know if  
the error persists, too.

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

Reply via email to