On May 18, 2009, at 12:09 PM, johnf wrote:

>> The params are still passed; you just have to include the param in
>> your SQL.
>
> Could explain a little further.  Thanks


        Since you're writing the entire SQL expression, the query builder  
routines that add the parent filtering aren't applicable, so you have  
to write:

self.UserSQL = """select blah
        from childtable
        where childtable.parentfk = %s """

        You then set the param value in beforeRequery() to the value of the  
parent FK, and Dabo will pass that when it executes the requery.


-- Ed Leafe



_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/3abe3b2f-ed1b-4ee0-8b1a-a91dc1b6f...@leafe.com

Reply via email to