I haven't seen any paging type support. When doing paging, my current method is
1. Use a query to get primary keys of the items I'm paging through. Additionally, I use the query to determine paging aspects such as the number of pages, etc. 2. For the given "page" I'm looking at, I use the primary keys on that page to get an array of Transfer objects that correspond to those keys. So, I may have 2000 results in the query but, if I'm only showing 10 at a time, then only 10 Transfer objects are retrieved on that page. - Gabriel On Fri, Jul 31, 2009 at 1:55 PM, Jim Rising <[email protected]> wrote: > > bump? > > anyone have any ideas here? > > -jim > > > On Jul 28, 5:49 pm, Jim Rising <[email protected]> wrote: > > Does Transfer currently support page / pageSize? What options do I have > > here? > > > > Thanks! > > > > -- > > Jim Rising > > Serial Entrepreneur > > Software Engineer > > Web Developer > > > > "Knowledge work requires both autonomy and accountability." > > > --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
