switch to other programs

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

Guest

Within Access I want to activate a certain application. This application is
runniing twice for different countries.
Depending on some parameters it should activate a specific language version
of the application. The problem is that the applications have the same name.
What i need to have is a possibility to start the external application with
different names in the bottom so I can use "AppActivate".

Any other solution is also welcome.

Does anybody know how to handle this problem.

Thanx,
Flokkie
 
Unfortunately not. The different applications (languages are alreay running.
A batch-file only could help for starting the application
 
Flokkie said:
Within Access I want to activate a certain application. This
application is runniing twice for different countries.
Depending on some parameters it should activate a specific language
version of the application. The problem is that the applications have
the same name. What i need to have is a possibility to start the
external application with different names in the bottom so I can use
"AppActivate".

Any other solution is also welcome.

Does anybody know how to handle this problem.

If you were looking at these applications open on the screen, how could
you tell which one was which? Is the title bar text different?
 
Back
Top