Mike, you forgot the all important STEP attribute. ;)

On Nov 15, 2007 9:20 AM, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> If you have created your query manually, why not add another field that
> will let you sort the records as desired?
>
> However, if you just want to reverse the order of the returned
> records...
>
> <cfloop from="#query.recordCount#" to="1" index="thisRecord">
>     #query["column"][thisRecord]#<br>
> </cfloop>
>
> M!ke

-- 
===========================================================================
Raymond Camden, Camden Media

Email    : [EMAIL PROTECTED]
Blog      : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293402
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to