syscmd messages don't update

  • Thread starter Thread starter mgc300
  • Start date Start date
M

mgc300

I have a code module that steps through the records of a
dataset and performs calculations on that data. To monitor
the progress, I am using a variable counter in conjunction
with the rowcount parm to display a message on the command
bar. "processing row 2 of 98000" is an example. The
messaging works fine unless I click into another window.
At that point in time the message no longer updates, but
the process is still running and completes with no
problems. Any ideas as to how to keep the status bar
updating?
 
Alternative approach to writing to the status bar:
DoCmd.Echo True, "2 of 98000"
 

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