Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

App.PrevInstance question

Status
Not open for further replies.

Jimreaper

MIS
May 22, 2001
21
US
Question?

I don't want 2 of the same app. running at the same time. I can identify if a previous instance is running by using "App.PrevInstance" then end the current instance.(the one searching for the previous instance).

But what if I want the current instance to close the previous instance?

if App.PrevInstance then end(App.PrevInstance)????????

Please help.
Thanks
Jim


 
Then you need to get the handle to the rev inst and close it by the handle.

MichaelRed
mred@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top