> From: Jeff Waris [mailto:[EMAIL PROTECTED] > I need some opinions on sorts/order by queries when > displaying them in a table. > > Currently I have what I feel is a kludgy way of doing sorts > on columns. > Basically what I do is hyperlink the column names in my table > back to same page with a column variable for sort order. It > then re-executes the query with that columns variable for > sort. It works fine but, to me, there has to be a better way. > Is there? Is there a way to sort a column name in a table on > the fly without having to requery and reexecute the cfm page?
A good IE solution can be found here.. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndude/html /dude07232001.asp (watch wrapping) You may also consider using QoQ which is a lot faster than making round trips to the DB. Mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203048 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

