----- Original Message ----- > I have a query to which I add and populate a column. I would like to > sort the query on the new column. Is it possible? I have tried dumping > the query into an array in order to use ArraySort() but ArraySort() > seems to only work with one-dimensional arrays (lists) and this has to > be two-dimensional. BTW we are using ColdFusion 4.52.
You can sort on a query in ColdFusion only in CF 5 (Query on a Query). That saide you might want to check out the Macromedia CF Tag gallery, I just did a search for "query sort" and it popped out three custom tags that might do the job for you. http://devex.macromedia.com/developer/gallery/SearchResults.cfm?keywords=que ry+sort http://devex.macromedia.com/developer/gallery/ Hope that helps. : David Nesbitt : Web Developer (ColdFusion) : Tundra Semiconductor : Ottawa, ON Canada : [EMAIL PROTECTED] - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "David Nesbitt" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
