Re: [flexcoders] Re: Flex and .NET

2009-06-09 Thread Angelo Anolin
, 9 June, 2009 21:31:56 Subject: [flexcoders] Re: Flex and .NET I don't understand why you would send the entire data set back to your .NET backend via the web service. The backend has already generated the data to be sent and the backend is what generates the report via Crystal Reports. I

RE: [flexcoders] Re: Flex and .net webservices

2007-01-10 Thread Robin Burrer
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex and .net webservices Might want to try making employeeID a Number instead of an int. If that doesn't work use this: http://www.darronschall.com/weblog/archives/000247.cfm http://www.darronschall.com/weblog/archives/000247.cfm HTH

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Sam Shrefler
[mailto:[EMAIL PROTECTED] *On Behalf Of *Robin Burrer *Sent:* Tuesday, 12 December 2006 3:32 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Patrick Mineault
* From: * [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] *On Behalf Of *ben.clinkinbeard *Sent:* Tuesday, 12 December 2006 2:02 PM *To:* [EMAIL PROTECTED] ups.com *Subject:* [flexcoders] Re: Flex and .net webservices Hi Robin, I have good news :), both of these issues

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Diego Guebel
: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. … Here's the code. I reckon this is as basic as it gets … public function onMyResult(event:ResultEvent):void

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Sam Shrefler
flexcoders%40yahoogroups.com *Subject:* RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. … Here's the code. I reckon this is as basic as it gets … public function onMyResult

Re: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Diego Guebel
%40yahoogroups.com *Subject:* RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. … Here's the code. I reckon this is as basic as it gets … public function onMyResult

RE: [flexcoders] Re: Flex and .net webservices

2006-12-12 Thread Robin Burrer
Subject: RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. ... Here's the code. I reckon this is as basic as it gets ... public function onMyResult(event:ResultEvent):void

RE: [flexcoders] Re: Flex and .net webservices

2006-12-11 Thread Robin Burrer
] On Behalf Of ben.clinkinbeard Sent: Tuesday, 12 December 2006 2:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex and .net webservices Hi Robin, I have good news :), both of these issues should go away by setting a single attribute on your WebService object. Try setting

RE: [flexcoders] Re: Flex and .net webservices

2006-12-11 Thread Robin Burrer
December 2006 3:32 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Flex and .net webservices Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. ... Here's the code. I reckon this is as basic as it gets ... public

Re: [flexcoders] Re: Flex vs. .Net for RIA database apps; new to both

2006-06-11 Thread Jeremy Lu
Actually flash remoting is part of Flex, when you use RemoteObject, you are using remoting.The thing is that currently (in F2B3), there are only server-side remoting gateway for Coldfusion (which support AMF3 - which also means, if you use RemoteObject in F2B3, your backend must be Coldfusion

Re: [flexcoders] Re: Flex vs. .Net for RIA database apps; new to both

2006-06-10 Thread Jeremy Lu
one more note (to Tim's post) : aside from Web Service, you can also use flash remoting with .NET as the means of data transmission.we use both products from Macromedia (flash remoting for .NET) and Fluorine (open source flash remoting for .NET) all the time, just have to manually tweak