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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to