Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHTML vs interactive DHTML Viewer

Status
Not open for further replies.

ZedEnter

Programmer
Sep 15, 2004
40
DE
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
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top