Hi,
I am using a progress bar to display the status of some data operations that I am performing (reading data from an access database, calculating certain fields and then writing the output to a CSV file). However, after the first block on the progressbar, the screen fails to refresh and seems to freeze.
I tried using a form.invalidate function to force a screen refresh, but I don't know if that is a correct thing to do?
Any suggestions will be most helpful
Thanks,
Chet
I am using a progress bar to display the status of some data operations that I am performing (reading data from an access database, calculating certain fields and then writing the output to a CSV file). However, after the first block on the progressbar, the screen fails to refresh and seems to freeze.
I tried using a form.invalidate function to force a screen refresh, but I don't know if that is a correct thing to do?
Any suggestions will be most helpful
Thanks,
Chet