Re: RESETTING an application
"Rick" <Rick@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1885A91C-8CF4-4D6B-A932-2EE0336223EC@xxxxxxxxxxxxxxxx
How can I reset a VB6 application?
Without ending the application, I need to be able to chage the user ,
login
and Database, but I have many global variables.
How can I reset everything without shtching the application off (like a
hot
start)?
By designing in that ability from the outset.
You'll either have to rewrite all the bits which set stuff and arrange for
them to be changeable or bite the bullet and work out a way of ending and
restarting the program automatically, if done well and passing the new
instance any parameters that are needed, you should be able to close one
instance and replace it with another with just the slightest of flickers.
Regards
Dave O.
.
Relevant Pages
- Re: Global variables disappear
... When testing your code, you often reset, or ... time you open the database again), you can write the value to a table. ... > disturbed that sometimes while working on forms etc my Global variables ... > On opening the database the system startup opens the Switchboard form. ... (microsoft.public.access.modulesdaovba) - Re: login and logout
... Option Compare Database ... you will lose the values of any global variables. ... I would like my LogOutDate and LogOutTime to be on the same line as the ... I have a login and logout button on my main form. ... (microsoft.public.access.modulesdaovba) - Re: Lost SA Password
... There is one other way to get reset your sa password to blank and reset the ... Copy the master data file and log file to another SQL Server. ... Attach the database as mastersa or some thing like that. ... >>Also don't have sa login, ... (microsoft.public.sqlserver.security) - Re: Trapping Reset Project
... When your VBA project gets reset (by a user ... This includes global variables that hold ... It should exist from a succesful login until closing the ... Karim ... (microsoft.public.access.formscoding) - Resetting User Password
... I've created a user which is attached to a database. ... (no NT login in domain or ... had problems with this SQL box and i can't connect to it. ... Please let me know if there's anyway i can reset the ... (microsoft.public.sqlserver.security) |
|