How would I access a query inside an array for the purposes of looping over 
that query?

eg..
                <cfloop from="1" to="#ArrayLen(arr_historyItems)#" index="i">
                
                <table width="95%" border="1" cellpadding="4" cellspacing="0" 
bgcolor="#ECE9D8">
                <tr valign="TOP">
                        <td>Ask Price</td>
                        <td>Sold Price</td>
                        <td>Date Listed</td>
                        <td>Date Sold</td>
                        <td>Details</td>
                </tr>
                
                <cfloop query="#arr_historyItems[i]#">
                <tr>
                        <td>dfg</td>
                        <td>dfg</td>
                        <td>dfg</td>
                        <td>dfg</td>
                        <td>dfg</td>
                </tr>   
                </cfloop>
                
                </table>
                
                </cfloop>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195650
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to