Thread: progress bar
View Single Post
  #7 (permalink)  
Old February 8th, 2005, 10:11 AM
Andraw Andraw is offline
Friend of Wrox
Points: 487, Level: 7
Points: 487, Level: 7 Points: 487, Level: 7 Points: 487, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jan 2005
Location: Houston, TX, USA.
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks both of you's reply!
Sorry if I didn't explain my question very well.
I have a heavy page that will call a activex control to generate a word report, it will take about one minute. because to make the progress bar works fine, you have to keep looping. I just don't know where I will put the following code to make the both work together:

<OBJECT ID = WORDREPORT......>
WORDREPORT.InitializeData
WORDREPORT.GenerateRpt

these two call take some time.

Andraw


Reply With Quote