G
Guest
I have a textbox field on a form in which I enter the number of times to
execute a particular loop in my program. If I enter 2000, I would like for
the field to change, maybe every 100 executions, to show how many remaining
executions there are. I am changing the value (textbox.value = xx) after
each 100 executions, but the field on the form does not refresh until all
2000 loops have been executed. Is there some way to accomplish this?
execute a particular loop in my program. If I enter 2000, I would like for
the field to change, maybe every 100 executions, to show how many remaining
executions there are. I am changing the value (textbox.value = xx) after
each 100 executions, but the field on the form does not refresh until all
2000 loops have been executed. Is there some way to accomplish this?