How can I make a progress bar that works with the record set.
For instance say I sql out 10 records...and I need each block
of the progress bar to represent say what .10 so that I have the following
10 records:
.10+.10+...+.10 = 100%
So each time I loop through a record I add an additional .10 to the progress bar. Or is there an easier way to do this...I want a progress bar because im sendign data to excel so I dont want users to close the application down if it takes long...I want them to see a progress bar of whats left.
If anyone has examples or c ode please POST!!!!!
:)
Thanks Guys!
Jon
