Provide backend location on separate logon DB.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I have a separate logon DB that a user opens when they want to logon to my
app. The logon DB puts together the shortcut for launching my workgroup
secured application.

On the logon DB, I would like to list the folder location of the back-end
files and allow the user to change it if required. When a user hits the 'OK'
button on the logon app, then in addition to creating the shortcut to the
secure front-end file, code will check to make sure that the back-end folder
location actually exists.

OK, this isn't hard to do.

But, if there is a new folder location for the back-end file, how do I pass
this string to the front-end file so that relinking can occur (I have all of
the relinking code working nicely).

Should I:

1) After launching the front-end from the logon DB, leave the logon DB open
and then close it from the front-end app after the front-end app has
retrieved the back-end location from a table in the logon DB?

Or is there a way to pass arguments when opening a DB in a similar fashion
that one passes OpenArgs between forms?

Also, please note that user machines are locked down so I can't make changes
to the registry.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-externaldata/200601/1
.



Relevant Pages

  • Re: MS Terminal Server application session breakout
    ... I would never recommend the "start program at logon" as anything other than ... as a convenience. ... When using a profile that launches an app at RDP logon, ... There is a vulnerability in Microsoft Terminal Server when an application is ...
    (Bugtraq)
  • Re: Associating Unix User Accounts with Servers
    ... > of Jones always wants app X to start automatically, ... > of the defined app, ... I know some of the top level system calls that are called during logon ...
    (comp.unix.admin)
  • Forms Authentication doesnt protect specified pages.
    ... I've used this same exact setup ... the authentication does not stop at the logon page AT ... app worked a few times and then began to fail. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: "multi user" in Windows 2000
    ... >He started a program on a windows 2000 box, ... has the ability to start an app as user A, logoff, logon as user B ... startup folder. ...
    (borland.public.delphi.nativeapi)
  • Re: Provide backend location on separate logon DB.
    ... update the front-end database from your logon database, ... >I have a separate logon DB that a user opens when they want to logon to my ...
    (microsoft.public.access.externaldata)