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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print Button not appearing in Crystal Smart Viewer for Java in IE

Status
Not open for further replies.

narasimharaghavan

Programmer
Jan 27, 2003
6
IN
I am invoking a Crystal Report on the web.
The following is the code I am using(taken from the Seagate Developer help).

<html>
<head>
<title>Seagate Crystal Smart Viewer for Java</title>
</head>
<body bgcolor=C6C6C6>

<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer
codebase=&quot;/viewer/JavaViewer&quot;
id=ReportViewer
width=100%
height=95%
archive=&quot;/viewer/JavaViewer/ReportViewer.jar&quot;>

<param name=Language value=&quot;en&quot;>
<param name=ReportName value=&quot;sales_order.rpt&quot;>
<param name=ReportParameter value=&quot;&quot;>
<param name=SelectionFormula value=&quot;&quot;>
<param name=HasGroupTree value=&quot;true&quot;>
<param name=ShowGroupTree value=&quot;true&quot;>

<param name=HasRefreshButton value=&quot;true&quot;>
<param name=HasPrintButton value=&quot;true&quot;>
<param name=HasExportButton value=&quot;true&quot;>
<param name=HasTextSearchControls value=&quot;true&quot;>
<param name=CanDrillDown value=&quot;true&quot;>
<param name=PromptOnRefresh value=&quot;true&quot;>
<param name=cabbase value=&quot;/viewer/JavaViewer/ReportViewer.cab&quot;>

</applet>
</body>
</html>

The report is coming up both on Internet Explorer 6, and Netscape 4.5
However, in IE the print button for the report is not displayed(it is displayed in Netscape)
If I change the JVM in Internet Options to the Java 2 HotSpot VM provided by SUN the print button appears, but the error 'Failed to connect to server' is displayed and the report does not appear.
Please help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top