johnf wrote: > On Friday 05 September 2008 01:20:07 pm Paul McNett wrote: >> So that's the problem, in a nutshell (calling setSQL() with no args used >> to set the sql to the AutoSQL, but now it sets UserSQL to the AutoSQL). > > bingo! One of my classes does infact to that very thing. Hmmm I wonder if I > stole that from your code. Anyway, I have addressed my problem by moving the > code around and not using setSQL(). So I'm working - thanks for the help.
Datanav apps, at least non-ancient ones, should be okay already as there aren't any setSQL() calls in the generated code (there is an inaccurate comment, however), and even though datanav2.Page does call setSQL(), it does it with an sql argument. I'll have to think about/look into whether this is indeed a problem, as it is now setting UserSQL to that sql, and that could maybe keep the generated sql from working. Paul _______________________________________________ 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/[EMAIL PROTECTED]
