On Tue, Mar 17, 2009 at 3:02 PM, johnf <[email protected]> wrote: > On Tuesday 17 March 2009 11:54:01 am Adrian Klaver wrote: >> ----- "johnf" <[email protected]> wrote: >> > Strange - but I need to set the limit to none. Is that possible? >> > >> > The client wants to see the entire data. The data is greater that >> > 1000 >> > records and is displaying in a grid. I'm guessing but the data might >> > grow to >> > around 3000 records for a selection but I could be wrong. >> > >> > Currently there is no way to retrieve as required (as I scroll down >> > the >> > grid) - is there? >> > -- >> > John Fabiani >> >> In bizobj do: >> self.setLimit(None) >> >> Adrian Klaver >> [email protected] > > Thanks
Note that Dabo doesn't provide any support for paging, just limiting the number of records displayed. For the numbers you are talking about, it doesn't matter. The dGrid can handle 100k records without flinching. _______________________________________________ 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]
