Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Remote Logon
Tue, Jun 17 2014 5:24 PMPermanent Link

Owen

I am doing a remote logon, I load up the tdbisamsession with remote user and password and then try to open the tdbisamsession.  If I provide bad userID and password, I get a Remote Logon box, giving me another opportunity to enter good data.  Instead of the remote logon box, I would like it to throw an exception or an event but don't see any mechanisms when the session open does not work.  Any ideas?  

 
Tue, Jun 17 2014 5:36 PMPermanent Link

Raul

Team Elevate Team Elevate

On 6/17/2014 5:24 PM, Owen wrote:
> I am doing a remote logon, I load up the tdbisamsession with remote user and password and then try to open the tdbisamsession.  If I provide bad userID and password, I get a Remote Logon box, giving me another opportunity to enter good data.  Instead of the remote logon box, I would like it to throw an exception or an event but don't see any mechanisms when the session open does not work.  Any ideas?

See session OnRemoteLogin event (with continue set to false).

You can throw an exception either there or whenever you called open.

Raul
Tue, Jun 17 2014 5:52 PMPermanent Link

Owen

Raul thanks,  I overlooked that one.  
Image