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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to