Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Progress Indicator
Progress Indicator [message #122881] Wed, 01 February 2006 20:27 Go to next message
floor is currently offline floorFriend
Messages: 93
Registered: July 2009
Member
Does anyone have any ideas as to what it might take to add a progress
indicator for the status of a generating report? Many of our reports take a
long time to process, and it would be nice to be able to get some feedback
as to approximately how close they are to finishing.

--floor
Re: Progress Indicator [message #122902 is a reply to message #122881] Wed, 01 February 2006 21:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zhai.actuate.com

1) You can launch the progress bar once you trigger the report generation
using asynchronized browser xml http request as in web viewer. Then rely
on xml http request's call back mechanism to turn it off.

2) You can also launch the progress bar by some server side jsp/servlet
code and periodically check the report generation status by setting
refreshing intervals in the browser.

1 is better than 2.
Re: Progress Indicator [message #122928 is a reply to message #122902] Wed, 01 February 2006 23:54 Go to previous message
floor is currently offline floorFriend
Messages: 93
Registered: July 2009
Member
That's great! I didn't realize that the web viewer already had the ability
to return the report generation status. Is there any documentation on this?
Previous Topic:undefined varibles in header and footer in PDF
Next Topic:Creating report off an XML schema only
Goto Forum:
  


Current Time: Thu Dec 26 15:31:11 GMT 2024

Powered by FUDForum. Page generated in 0.03174 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top