I see that with an Iterator you can set the total amount of records returned along with the starting record. This would be great for page navigation of records. Is there anyway to do this with a regular record? I am trying to figure out the easiest way to provide this feature for my application without writing a custom funciton.
<cfset customers = AddressRecord.getCustomerIterator().getQuery(10,
5) />
--
Dan Vega
[EMAIL PROTECTED]
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- [Reactor for CF] query page record navigation Dan Vega
- RE: [Reactor for CF] query page record navigation João Fernandes
- Re: [Reactor for CF] query page record navigation Dan Vega
- RE: [Reactor for CF] query page record navigation João Fernandes
- RE: [Reactor for CF] query page record navigation Gareth Cole
- Re: [Reactor for CF] query page record navigation Doug Sims
- RE: [Reactor for CF] query page record navigation Doug Hughes
- RE: [Reactor for CF] query page record navigation Gareth Cole
