On 7/11/06, Beth Bowden <[EMAIL PROTECTED]> wrote:
Dan,
Let me give a less cryptic example using João's customer and invoice objects:
<!--- unordered --->
<cfdump var="#customer.getInvoiceIterator().getQuery() #" />
<cfset customer.getInvoiceIterator().getOrder().setDesc("invoice_no","invoice") />
<!--- ordered --->
<cfdump var="#customer.getInvoiceIterator().getQuery() #" />
HTH
Beth
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
--
Dan Vega
[EMAIL PROTECTED]
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
