[Arp] How to Set up Netconnection for Coldfusion?

Chris Velevitch chris.velevitch at gmail.com
Sun Jan 8 03:30:58 PST 2006


On 1/8/06, Tien Nguyen <sufibaba at gmail.com> wrote:
>         <cfquery datasource="PersonData" name="myResult">
>             Select * from person
>         </cfquery>
>
>         <cfreturn myResult>

In Flash the type of myResult is ResultEvent class. Show me your code
that you are using to exact the data from return from the call to
Coldfusion. It would be the onResultOperation function you defined in
you Command class executeOperation function that contains a line
similar to:-

     pendingCall.responder = new RelayResponder(this,
"onResultOperation", "onStatusOperation");

The function declaration should be similar to:-

     	public function onResultOperation (resultObj:ResultEvent):Void {...}

I want to see how you are getting the data out of the resultObj variable.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au



More information about the Arp mailing list