On 2/21/07, Matthew Irwin <[EMAIL PROTECTED]> wrote: > > I have a catalog that shows page numbers at the top of the table using a > startrow="x". > Is there a way to show above the page number the first item and the last > item that would be shown. This is to help them get to the Items quicker.
Something like << < > >> where << goes to the beginning and >> goes to the end, while < and > are previous and next? I've done that. The << link is easy - I just pass in ?startrow=1 The >> link is also pretty easy... I pass in ?startrow=999999 or something, and then test for that, determine the record count, and set my startrow accordingly. rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270311 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

