Jun 10, 2004 #1 timotai Technical User Apr 13, 2002 119 GB Hi all I have opened an application using the shell command. What I want to be able to do now is at a later point in my code force the application to close. Is this possible? If so how? All help and advise is greatly appreciated Many Thanks Tim
Hi all I have opened an application using the shell command. What I want to be able to do now is at a later point in my code force the application to close. Is this possible? If so how? All help and advise is greatly appreciated Many Thanks Tim
Jun 10, 2004 #2 oharab Programmer May 21, 2002 2,152 GB You need http://www.mvps.org/access/api/api0013.htm to find the class name of the application to wish to close abd http://www.mvps.org/access/api/api0025.htm to close the application. hth Ben ---------------------------------------------- Ben O'Hara http://www.RobotParade.co.uk"Where are all the stupid people from... ...And how'd they get so dumb?" NoFX-The Decline ---------------------------------------------- Upvote 0 Downvote
You need http://www.mvps.org/access/api/api0013.htm to find the class name of the application to wish to close abd http://www.mvps.org/access/api/api0025.htm to close the application. hth Ben ---------------------------------------------- Ben O'Hara http://www.RobotParade.co.uk"Where are all the stupid people from... ...And how'd they get so dumb?" NoFX-The Decline ----------------------------------------------