Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFFILE Sort desc 1

Status
Not open for further replies.

dv8er88

Programmer
Joined
Feb 21, 2005
Messages
42
Location
US
Dose anyone know how you use the attribute "sort" of CFFILE to sort descending?
 
Sorry I ment Dose anyone know how you use the attribute "sort" of CFDIRECTORY to sort descending?
 
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"


Hope This Helps!

ECAR
ECAR Technologies, LLC

"My work is a game, a very serious game." - M.C. Escher
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top