Oct 2, 2005 #1 dv8er88 Programmer Joined Feb 21, 2005 Messages 42 Location US Dose anyone know how you use the attribute "sort" of CFFILE to sort descending?
Oct 2, 2005 Thread starter #2 dv8er88 Programmer Joined Feb 21, 2005 Messages 42 Location US Sorry I ment Dose anyone know how you use the attribute "sort" of CFDIRECTORY to sort descending? Upvote 0 Downvote
Oct 3, 2005 1 #3 ecobb Programmer Joined Dec 5, 2002 Messages 2,190 Location US Here's what LiveDocs says: To qualify a column, use: asc: ascending (a to z) sort order. desc: descending (z to a) sort order. For example: sort = "directory ASC, size DESC, datelastmodified" Click to expand... Hope This Helps! ECAR ECAR Technologies, LLC http://www.ecartech.com "My work is a game, a very serious game." - M.C. Escher Upvote 0 Downvote
Here's what LiveDocs says: To qualify a column, use: asc: ascending (a to z) sort order. desc: descending (z to a) sort order. For example: sort = "directory ASC, size DESC, datelastmodified" Click to expand... Hope This Helps! ECAR ECAR Technologies, LLC http://www.ecartech.com "My work is a game, a very serious game." - M.C. Escher