>Have you tried making the structure into a query and doing a QoQ in your
>sorted order?

Can you give me a little more information on that?  I couldn't get it to work.  
I tried to do a cfquery using the getMetaData as the table and the datasource, 
since I really didn't know what to put in those required attributes.  It gave 
me an error on the datasource, since that info came up first.

Here's what I tried:

<cfset j= GetMetaData(getExportSearchItem)>                             
 <cfquery name="test" datasource="j">
        SELECT *
        FROM j
        ORDER BY name
 </cfquery>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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

Reply via email to