Not sure what you mean by dynamically, but here is a cool IE only tag that I
_think_ does what you need:
http://www.activefeedback.com/af/products/activerecordset/userhelp/ActiveRec
ordSetTest.cfm
-----Original Message-----
From: Carlo van Wyk [mailto:[EMAIL PROTECTED]]
I have a query from wich I want to order the results after the results have
been displayed. For Instance I want the user to order the search results by
the column name on which he clicks.
How would one do this dynamically, and keep the order even when browsing
with recordsets? www.download.com does this very good.
This is my query:
SELECT *
FROM sl_software, sl_software_type
WHERE sl_software.type = sl_software_type.typeid
AND (ProgramName LIKE '%#searchcriteria#%' OR FileName LIKE
'%#searchcriteria#%')
Thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists