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

2006-08-04 Thread Tom Chiverton
On Thursday 03 August 2006 15:25, flycl65 wrote: > TypeError: Error #1009: Cannot access a property or method of a null > object reference. Something is not what you think it is :-) Set a breakpoint. -- Tom Chiverton This email is sent for a

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

2006-08-03 Thread flexnadobe
gt; >From: João Fernandes <[EMAIL PROTECTED]> > >Reply-To: flexcoders@yahoogroups.com > >To: > >Subject: RE: [flexcoders] Re: Newbie Help - simple login via CFC > >Date: Thu, 3 Aug 2006 15:31:49 +0100 > > > >Put a breakpoint here "private f

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

2006-08-03 Thread Darren Houle
OTECTED]> >Reply-To: flexcoders@yahoogroups.com >To: >Subject: RE: [flexcoders] Re: Newbie Help - simple login via CFC >Date: Thu, 3 Aug 2006 15:31:49 +0100 > >Put a breakpoint here "private function login_result(event: Object):void" > >And run your app

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

2006-08-03 Thread João Fernandes
Subject: [flexcoders] Re: Newbie Help - simple login via CFC   Wish it was that easy, changed the spelling and it still doesn't work but now a different error. TypeError: Error #1009: Cannot access a property or method of a null object reference. --- In [EMAIL PROTECTED]ups.com, &

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

2006-08-03 Thread flycl65
Wish it was that easy, changed the spelling and it still doesn't work but now a different error. TypeError: Error #1009: Cannot access a property or method of a null object reference. --- In flexcoders@yahoogroups.com, "Peter Watson" <[EMAIL PROTECTED]> wrote: > > Property resut > > > > Typ

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

2006-08-03 Thread gotgoose09
// assign BrokerID this.BrokerID = event.resut.UserInfo.BrokerID; You spelled result wrong. --- In flexcoders@yahoogroups.com, "flycl65" <[EMAIL PROTECTED]> wrote: > > Trying to do a simple login via CFC. Query SQL db and return a field > value (BrokerID). > > Returning the following error: > Re