[flexcoders] Re: cf query, xml & flex tre

2006-09-12 Thread bhaq1972
can you show us a dump (trace) of your cfquery returned object. ...doesn't have to be the whole thing just the main bits. --- In flexcoders@yahoogroups.com, "Paul Hastings" <[EMAIL PROTECTED]> wrote: > > On 9/12/06, bhaq1972 <[EMAIL PROTECTED]> wrote: > > thanks for the reply. > > > eg > >

Re: [flexcoders] Re: cf query, xml & flex tre

2006-09-12 Thread Paul Hastings
On 9/12/06, bhaq1972 <[EMAIL PROTECTED]> wrote: thanks for the reply. > eg > var xml1:XML = new XML(yourcfquery_returnedobject); > then do > var xc3:XMLListCollection = new XMLListCollection(xml1.children()); unfortunately xc3.length() is showing 0. i *know* the data's there. i wonder if the