Hi -
Environment:
CE10 SP1, current viewer-hotfix, Windows 2003 Server, Bea Weblogic 7.0.5, Oracle 9i, JSP
In Eportfolio...:
I have a very simple report setup with just 2 parameters (string and currency type). Somehow whenever I want to view this report with the normal DHTML-viewer it gets stuck at the second parameter ending up in a looping parameter prompt. Switching to the interactive DHTML-viewer and there it goes. No prompting for parameters anymore and the report generates with the selected parameters.
While invoking the viewers out of a JSP-site...:
BUT using this code
instead of
won't help. Both viewer-types end up in a parameter-prompt-loop....
I have no idea why this happens and any hint or help would be really great!
Greetz - Chris
Environment:
CE10 SP1, current viewer-hotfix, Windows 2003 Server, Bea Weblogic 7.0.5, Oracle 9i, JSP
In Eportfolio...:
I have a very simple report setup with just 2 parameters (string and currency type). Somehow whenever I want to view this report with the normal DHTML-viewer it gets stuck at the second parameter ending up in a looping parameter prompt. Switching to the interactive DHTML-viewer and there it goes. No prompting for parameters anymore and the report generates with the selected parameters.
While invoking the viewers out of a JSP-site...:
BUT using this code
Code:
CrystalInteractiveReportViewer viewer = new CrystalInteractiveReportViewer();
instead of
Code:
CrystalReportViewer viewer = new CrystalReportViewer();
won't help. Both viewer-types end up in a parameter-prompt-loop....
I have no idea why this happens and any hint or help would be really great!
Greetz - Chris