Sort Collection
<cfsearch name="locatingforms" collection="voiceservicesforms" type="simple" criteria="">
<br>
<cfoutput query="locatingforms">
<ul>
<li><a href="hidden posting purposes" target="_blank"><b>#title#</b></a><br>
</ul>
</cfoutput>
<cfif locatingforms.recordcount 0>
<div align="center"><font size="+1" color="#c10000">there no policies available in section. </font></div>
</cfif>
i'm looking how sort locatingforms resultset in ascending order. looked around , haven't found helps me this.
<br>
<cfoutput query="locatingforms">
<ul>
<li><a href="hidden posting purposes" target="_blank"><b>#title#</b></a><br>
</ul>
</cfoutput>
<cfif locatingforms.recordcount 0>
<div align="center"><font size="+1" color="#c10000">there no policies available in section. </font></div>
</cfif>
i'm looking how sort locatingforms resultset in ascending order. looked around , haven't found helps me this.
More discussions in ColdFusion Rich Forms
adobe
Comments
Post a Comment