I have executed a contentobjectfind like this:
<cfset props = StructNew()>
<cfset propList = StructKeyList(props)>
<cfa_contentobjectfind datasource="#request.cfa.objectstore.dsn#"
typeid="74A8D862-E0BD-11D4-8853009027D0DF71" stproperties="#props#"
lpropertiesprecedence="#propList#" r_stobjects="matches"
bpublishedonly="True">
After that I want to sort all the object that I find by their Label. Anyone
got an idea on how to do this?
// daniel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.