D
dbarmer
I have a form that is loaded, and behind this form is VBA code, running both
standard basic code along with database code. On the form I have several
Textboxes that I send data to while looping through data (Me.TextBox) so the
user see's a progress of the program. Two things happen here, (1) If the
user goes away from the display progress form, to the desktop or to another
place within the computer, and then comes back to the access progress form,
IT's solid white.... You can see nothing but an hourglass.
I am using Me.Repaint and Me.Refresh inside of the Do....Loop actions,
however, it still does this no matter how often I refresh/repaint. When the
program finishes, it suddenly comes back to life.
What could be the cause or resolution? It's not computer memory or anything
like that....
Is there a better way to show a program progress?
standard basic code along with database code. On the form I have several
Textboxes that I send data to while looping through data (Me.TextBox) so the
user see's a progress of the program. Two things happen here, (1) If the
user goes away from the display progress form, to the desktop or to another
place within the computer, and then comes back to the access progress form,
IT's solid white.... You can see nothing but an hourglass.
I am using Me.Repaint and Me.Refresh inside of the Do....Loop actions,
however, it still does this no matter how often I refresh/repaint. When the
program finishes, it suddenly comes back to life.
What could be the cause or resolution? It's not computer memory or anything
like that....
Is there a better way to show a program progress?