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?
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?