Hi All,
I have just migrated an existing system to Access 2002. In my script, I Shell out to an EXE file which runs an update process.
In my old version, the code after the SHELL command would not run until the EXE file had finished, but now it seems that the code tuns immediately after running the SHELL command. This cause a numebr of headaches.
How could I get the handle of the application or window and the loop until this window is closed?
Or more simply put, is there a way to run an external process in modal mode? Any help would be appreciated.
I have just migrated an existing system to Access 2002. In my script, I Shell out to an EXE file which runs an update process.
In my old version, the code after the SHELL command would not run until the EXE file had finished, but now it seems that the code tuns immediately after running the SHELL command. This cause a numebr of headaches.
How could I get the handle of the application or window and the loop until this window is closed?
Or more simply put, is there a way to run an external process in modal mode? Any help would be appreciated.