Hi,

 

I’m a complete newbie to flex, but have been charged with building a dashboard in flex. Our app. is ColdFusion and I would like to do some simple stuff like output query results from cfc in dashboard.

 

Kinda following tutorial I wrote:

 

               

<mx:Application xmlns:mx=http://www.adobe.com/2006/mxml

 layout="absolute" fillColors="[#2b5e9b, #ffffff]" viewSourceURL="srcview/index.html">

               

               

<mx:HTTPService id="feedRequest"

                                url="">

                                useProxy="false" />

 

<mx:Canvas label="MyInfo" width="100%" height="100%" activate="feedRequest.send()">

 

<mx:DataGrid x="0" y="0" width="228" id="dgStories" dataProvider="{feedRequest.lastResult.name}”

height="338" editable="false" enabled="true">

 

However the result set is populated in the grid.

Is there something special that I should do? Can flex parse a cfquery object, or should the cfc output xml?

 

Please help.

 

Thanks,

 

Bacardi Bryant

regActionTM Programmer

International Environmental Associates

 

__._,_.___

--
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
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to