Shell synchronously?

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

Guest

Is there a way to force Shell synchronously so that it waits for the task to
complete before working its way down to the next line of code?

If not, can I track the status of the task ID returned by the shell to find
out if it is closed before proceeding to the next step in my code?
 
Brian said:
Is there a way to force Shell synchronously so that it waits for the
task to complete before working its way down to the next line of code?

If not, can I track the status of the task ID returned by the shell
to find out if it is closed before proceeding to the next step in my
code?

Try the code 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

Back
Top