NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Robert Iliuta on October 24, 2013, 10:54:25 AM
-
Hallo,
I try to implement progress bar to a report...but it doesn't work. Can anyone confirm it's working in NT7 7.27 ?
I follow the rules from doc but the progress always show 1% and never finish...in web server it updates every seconds...but it never finish and never show me the link to download the file.
It's a trick to make this working?
Thank you,
Robert
-
Seems to be working in the example Robert.
Maybe you made a mistake? Can you post an example?
cheers
Bruce
-
Hallo Bruce,
I just test example 13 and when I press start button it show 1% and after 2 sec it goes to 99%...but the report still process pdf pages... it will finish after 10 sec...
Do you see the same behavior?
Thank you,
Robert
-
yes, that's completely normal for a quick report. The progress bar itself only updates every few seconds, so a small report can be over in one or two jumps. Then after the PDF conversion it should change to a download link.
cheers
Bruce
-
>yes, that's completely normal for a quick report
OK, but this is not a small report, it has 64 pages and take around 10-15 sec to generate. The progress bar show 1% then after 2 sec. 99% and it stop here and after 10 sec. it will change to download link. I think this is not normal... I test with other reports and it's the same. Yes I saw in hand code in example it works ok, but with a report procedure it doesn't work normal..
Robert