On Sep 3, 2007, at 2:06 PM, daryl warder wrote:

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

        Well, that's exactly what you specified, isn't it? Your UserSQL  
doesn't have any WHERE clause, so it's pulling in all FotoInf records  
that have a matching InfoPT value.

        Try adding: "where FotoInf.recordID_fk = ?", and then overriding the  
bizobj's getParams() method to return the current FK value you want.

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