> > On 4/6/07, Steve LaBadie <[EMAIL PROTECTED]> wrote: > > I am trying to have this navigation disappear if total rows are less > > than 25, not having much luck with logic. I can make them disappear, but > > not for the right reasons. I have tried <cfif URL.ShowAll LT 25, GTE > > 25; I also tried using the RowsPerPage variable with not the right > > results either. Books never seem to have the examples that you are > > looking for. Any direction would be helpful (websites, books, etc.).
I blogged about this just now =) I wrote the code you see on the blog entry just the other day for a client that didn't like "ugly" url variables.... http://www.opensourcecf.com/1/2007/04/Paging-Through-Record-Sets-without-URL-variables.cfm Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274753 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

