Skip to Content
0
Former Member
Feb 20, 2009 at 05:23 PM

Report creation progress indicator

25 Views

Hello All,

I am looking for a way to represent to the user the progress of the report creation.

(Most users get upset when reports donu2019t appear immediately)

A basic example would be to be able to display the current page being produced.

Page N has been produced ....

I am creating a Java Project, so would like to output the progress to the System Console,

currently

reportClientDocument.open (reportFilePath, OpenReportOptions._openAsReadOnly);

is the part that is taking the most time, so is there a way I can follow the progress of this?

I had a thought, and I use this very lightly as I have not looked into it at all, that I could maybe bring in

something like a UFL within the Report to indicate the report creation progress.

As I say I have only had a half think about this all but was hoping someone had an idea on how best

to get this info.

Any ideas or pointers would be great.

Thanks

Darren