Cyrstal Report not showing report running status

Hi,

I have a report whichi is taking around 10 seconds.

So while running a report, the report is not showing any “please wait message” or “Running report messange”. Its showing a white page and then report is coming.

This is giving the report user a different sense to the user that, the report might hang.

Does the crystal report shows the report execution screen in this way ? or is there any way we can do settings in order to show some please wait message or some execution symbol like WebI shows report execution window or something like that.

Did any one face similar issue? Please provide the details if you have any.


GowthamSen :india: (BOB member since 2006-08-31)

Published to Infoview (if you have BOXI of course) reports show a status.

If a report runs in Crystal Designer, there`s a row counter at the bottom of the screen?

Although Im not sure why youd be giving a report to a user to open in report designer…


ABILtd :uk: (BOB member since 2006-02-08)

Hi,

The users are calling crystal report from a web application.

Whenever they call a report, a bank screen will be placed for more time. The users are getting confused by this.

Its showing a 2 second progress bar and disapperaring… and continuously showing the white page.

Is there any way we can show the progress bar here?


GowthamSen :india: (BOB member since 2006-08-31)

No because your calling it from a webapp.

If your using the Crystal SDK, trap the report start event and write your own progress bar.


ABILtd :uk: (BOB member since 2006-02-08)