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 gateway's doing something funky because the data is in a cfquery? wonder if anyone else has returned complex objects in a cfquery to flex? > (n.b. in your case the xmllistcollection data might not be based on > the children of the xml as i have shown) not quite following this. thanks again. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

