Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Logon
Thu, Dec 27 2007 11:57 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

I'm attempting to set up my own logon system. Its fine as long as the user enters a valid id/password but if an invalid pair are entered your remote login dialog pops up - how do STOP it?

SessionType is stLocal so I have no idea why it ever pops up anyway.

Roy Lambert
Thu, Dec 27 2007 12:00 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Should have said


try
 dm.TfRSession.LoginUser := UserID.Text;
 dm.TfRSession.LoginPassword := PW.Text;
 dm.TfRSession.Connected := True; <<<<<<<<<<<<<<< this is what brings it up

Roy Lambert
Thu, Dec 27 2007 3:55 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I'm attempting to set up my own logon system. Its fine as long as the
user enters a valid id/password but if an invalid pair are entered your
remote login dialog pops up - how do STOP it? >>

Get rid of the DBLogDlg unit from your application, or use this event to
intercept it:

http://www.elevatesoft.com/edb1d7_tedbsession_onlogin.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Image