Form Refresh for a Label Update

E

ES

I have a form that allows the user to run a process which takes several
minutes to complete. I also have a label on the form that I update
[lblStatus.caption = “Starting process abcdefg…â€] to give status as the
process runs. However, the updates don't show on the form. I know it is
running the code for the update but it appears that the form is not
refreshing often enough to display the changes on the screen. What can I do
to fix this without hurting performance?
 

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

Top