How to setup auto logon

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a need to either bypass entering userid/pwd
or assign it permanently in the application so that
users don't have to enter userid/pwd upon logon.
How can I do so? It shouldn't even bring up the dialog
box for user logon.

Thank you,
-Me
 
You're only getting it because the systems you're using are set to use a
secured workgroup file. You can get rid of it by specifying a non-secure
one either globally or for an individual db via a switch on the command
line. That will mean that you lose identification of the users - if you
want the CurrentUser function to work then you have to have the logon box.

Other way round it would be to get rid of the secure mdw and use network
identification instead.
 
You can specify the UserID and Password using an individual shortcut that
will have some command switches that includes the userid and its password, so
when the user double click on the shortcut it automatically log in your
secured database.
 
Back
Top