| |
stuarttw
Posts: 2
Score: 0
Joined: 11/16/2001
From: USA
Status: offline
|
I realize DoEvents isn't supported client-side with VBScript, but is there anything I can do to FORCE my controls on my webpage to be updated while a for loop is being done. Currently, the update to the controls (even though they are inside the loop) only get updated AFTER the for loop is complete. I finally realized it's because the for loop is using an Outlook process and isn't updating my form controls until the process is complete. The ultimate goal is to display a progress counter on the page by using VBScript (client-side) to update the text in a form to say XX of YY completed (where XX is being updated by each increment through the loop). I'm not getting errors, and if I put a msgBox in the loop before each update to my controls, then the form controls are visibly updated. But without the msgBox to pause the outlook process in the loop, the controls don't get updated until it's complete. FRUSTRATING! Any help would be appreciated!
|
|