[flexcoders] Re: Flex2 and CFC work on local but not whe uploaded to host

2006-08-04 Thread flycl65
lexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of flycl65 > Sent: Friday, August 04, 2006 11:04 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Flex2 and CFC work on local but not whe uploaded > to host > > > I have a simmple Flex2 app that uses

[flexcoders] Flex2 and CFC work on local but not whe uploaded to host

2006-08-04 Thread flycl65
I have a simmple Flex2 app that uses a simple CFC to query the db. Works great on my local server but when I upload to my host I get an error. NetConnection.Call.Failed "http://www.dentalsales.com/flex2gateway/"; level = error If I browse to http://localhost/flex2gateway/ I get 500 No configure

[flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread flycl65
e: > > Property resut > > > > Typo here: event.resut.UserInfo.BrokerID > > > > resut --> result > > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of flycl65 >

[flexcoders] Newbie Help - simple login via CFC

2006-08-03 Thread flycl65
Trying to do a simple login via CFC. Query SQL db and return a field value (BrokerID). Returning the following error: ReferenceError: Error #1069: Property resut not found on mx.rpc.events.ResultEvent and there is no default value. I tried doing it by returning the query and couldn't get it to w