"shell" in access should give option to run synchronously

M

Mr.Roy

"Shell" (Access 2003) gives only indication that the spawned command was
invoked. And return is immediate. So, you have to "doevents" until
who-knows-when, rather than simply wait on the completion of the child
process. This is stone-age!
 
D

Dirk Goldgar

Mr.Roy said:
"Shell" (Access 2003) gives only indication that the spawned command
was invoked. And return is immediate. So, you have to "doevents" until
who-knows-when, rather than simply wait on the completion of the child
process. This is stone-age!

That's the way the VB Shell function works. But you can do what you
want by using the ShellWait function posted here:

http://www.mvps.org/access/api/api0004.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top