A
AaronStewart
I'm building an Access application that does a lot of processing when the
user clicks a button -- typically 10 minutes' worth or more!
I've set up the status bar to show progress. This is important to me
because of the long running time of the program.
The problem is that after it runs for a few seconds, the user interface
stops responding (including the status bar). The program continues to run,
but it doesn't repaint the window until it finishes.
I've included a "Repaint" command in the processing loop, but this still
doesn't keep Access from going off into never-land.
Any suggestions?
Thanks in advance,
Aaron Stewart
user clicks a button -- typically 10 minutes' worth or more!
I've set up the status bar to show progress. This is important to me
because of the long running time of the program.
The problem is that after it runs for a few seconds, the user interface
stops responding (including the status bar). The program continues to run,
but it doesn't repaint the window until it finishes.
I've included a "Repaint" command in the processing loop, but this still
doesn't keep Access from going off into never-land.
Any suggestions?
Thanks in advance,
Aaron Stewart