I think a ProgressBar maybe would be very useful to me.
In my long procedures on desktop VFP applications I know on advance how much steps are and typically I refresh a progressbar to take users waiting.
So I think I would like to do the same on webpages, if possible.
Please is it possible the following:
* start procedure this.wwWebProgressBar.ShowProgress(25,"please wait...") * first block operations this.wwWebProgressBar.ShowProgress(50,"please wait...") * second block operations this.wwWebProgressBar.ShowProgress(75,"please wait...") * ending procedure this.wwWebProgressBar.ShowProgress(100,"please wait...")
I tried some example but after waiting I see only the final 100% progress status.
Thank you vey much