I’m not sure if I understand you.

 

What do you see in the console output? Do you see the column names? If not, it seems you’re not getting them from the webservice.

 

Cheers,

Franck

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dinger0007
Sent: Wednesday, August 30, 2006 2:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Webservice and column name question.

 

Correct, the structure (column names) are dynamic based on the
webservice operations. Let see if I can be more specific.

This is what I have so far, it returns the actual data in the console
window. But want to display the column names in the console

test = new ArrayCollection( event.result as Array);
for each(var item in test) {
trace(item.Node1);
}

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to