Focal Point
Status Says DONE POPULATING but Progress Bar continues to run after form load

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/715104841

June 12, 2009, 10:16 AM
knegrotto
Status Says DONE POPULATING but Progress Bar continues to run after form load
I have a frame in a HTML page with Auto Execute = true that references a FEX. The HTML pages loads and the frame is populated.

But the progress bar continues to grow very slowly seemingly indicating some processing continues.

If I remove the frame this does not happen.

Is there something in the FEX I need to do to signle completion?

Thanks!


WebFOCUS 769
Windows
all
June 12, 2009, 10:39 AM
GamP
I wouldn't worry about it.
Thing is that the populating is done by using javascript and that prevents the browser from knowing that it is all done. So it will keep displaying the progress bar. I do not know of any mechanism that would terminate the progress bar.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
June 25, 2009, 04:18 PM
Noel
Hi knegrotto,

May be link below will help you figure out how to fix the progress bar issue. It's my problem too and still trying to solve it.

http://www.velocityreviews.com...atus-bar-probem.html


WebFocus 762 AS400 / DB2
June 25, 2009, 06:30 PM
knegrotto
Thanks for your reply.

I got it all except for this part:
Then on what ever page I was going to display in one of the 2 content frames I added :



I am not sure where to put this. My frame is populated by a FEX. Any ideas? Confused


WebFOCUS 769
Windows
all
June 26, 2009, 03:59 AM
GamP
You could put the result of your fex in a HOLD FORMAT HTMTABLE.
And then do a -HTMLFORM with the javascript as described and your own htmtable hold file with the !IBI syntax like !IBI.FIL.HTMTABLE;
That could do it.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988