Hello All, I finally got my Flex Remoting working properly, and now I am porting all my Flash Applications over to Flex 2.0 as well as reusing all my existing .CFC's (since they all worked fine for Flash Remoting).
The problem is, Flex 2.0 doesn't properly display my data - for example, in my DataGrid control, when I set my dataProvider property. The dataProvider variable which is bound to the DataGrid, is cast as an "ArrayCollection" - and of course, after I get the "result" of my Remoting Call, I set the variable to "event.result As Array". This code works fine, for another Remoting project I am working on - but in that project, I am sending "Typed Objects" back and forth (which reside both in the App itself, and the ColdFusion server). Before I start posting code, I'd like to first begin this thread by asking a general question: How should I cast Flex 2.0 variables, that will contain "Query" Objects (or RecordSet Objects, for you Flashers out there) returned from a ColdFusion server? I have a "Service Browser" program running, during execution of my Flex App, and I am getting a valid Remoting Result back from the server. It's basically an Array of Objects, with each Object containing RecordSet Data. Thanks in advance for any advice you can throw my way. Mike -- 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/ <*> 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/

