Re: [flexcoders] ADG to .csv - Not finding any solutions out there

2009-03-24 Thread Tom Chiverton
On Tuesday 24 Mar 2009, Adrian Williams wrote: several solutions for doing this with a standard DataGrid, but nothing for the Advanced, including searching thru the flexcoders archive. I'd expect the same approach to work - at a guess it grabs dg.dataProvider and loops over it ? -- Tom

RE: [flexcoders] ADG to .csv - Not finding any solutions out there

2009-03-24 Thread Scott
to the drive then let me know! Scott From: flexcoders@yahoogroups.com on behalf of Tom Chiverton Sent: Tue 3/24/2009 9:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] ADG to .csv - Not finding any solutions out there On Tuesday 24 Mar 2009, Adrian

Re: [flexcoders] ADG to .csv - Not finding any solutions out there

2009-03-24 Thread Alan K
When I did this, I just looped though the dataprovider, concatenating values to a string, then save it as a file with a .csv extension. No problem with that. It doesn¹t even matter what kind of component you are using. - you could do it from a combobox. Alan I've seen several solutions for

Re: [flexcoders] ADG to .csv - Not finding any solutions out there

2009-03-24 Thread Marco Catunda
: flexcoders@yahoogroups.com on behalf of Tom Chiverton Sent: Tue 3/24/2009 9:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] ADG to .csv - Not finding any solutions out there On Tuesday 24 Mar 2009, Adrian Williams wrote: several solutions for doing this with a standard DataGrid