[dabo-users] Bizobj and SQL limit clause

2009-08-12 Thread JpoorRandP
Examining an app created with the dabo AppWizard, we noticed that "Show SQL" menu option displays SQL that includes a limit clause (limit 1000). I checked the bizobj in the bz directory, and there is a self.setLimitClause("500") there. A note indicates that the UI might modify this, and a

Re: [dabo-users] Bizobj and SQL limit clause

2009-08-12 Thread Paul McNett
jpoorra...@aol.com wrote: > Examining an app created with the dabo AppWizard, we noticed that "Show > SQL" menu option displays SQL that includes a limit clause (limit 1000). Added by default by the datanav select page (ui). Look at the select page, there's a place to set the limit right there

Re: [dabo-users] Bizobj and SQL limit clause

2009-08-12 Thread John
On Wednesday 12 August 2009 09:03:25 am jpoorra...@aol.com wrote: > Examining an app created with the dabo AppWizard, we noticed that "Show > SQL" menu option displays SQL that includes a limit clause (limit 1000). > > I checked the bizobj in the bz directory, and there is a > self.setLimitClause("

Re: [dabo-users] Bizobj and SQL limit clause

2009-08-12 Thread Adrian Klaver
- "John" wrote: > On Wednesday 12 August 2009 09:03:25 am jpoorra...@aol.com wrote: > > Examining an app created with the dabo AppWizard, we noticed that > "Show > > SQL" menu option displays SQL that includes a limit clause (limit > 1000). > > > > I checked the bizobj in the bz directory