cancel
Showing results for 
Search instead for 
Did you mean: 

refreshReport() doesn't work right

Former Member
0 Kudos

Hi

I use CrystalReports for Eclipse and I have a Java-program to show the reports.

In this program I used the method refreshReport() for an instance of the class reportViewer after showing the report to get the window to set the Parameters at StartUp.

When I run this program, I get two times the window to set the Parameters.

Plese help me!

Simon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Are you calling refreshReport() after processHttpRequest() method?

If yes, call it before processHttpRequest() .

Please let me know the results.

Thanks,

Neeraj

Former Member
0 Kudos

Hi,

Thanks for your help.

But I don't have this problem anymore, because I figured out that I don't need to use refreshReport()

Sincerely Simon