mattyboy2000
Programmer
Hello
The viewer aplet is displaying, but the applet is unable to locate the report file that is in the same folder as the asp page. Below is the HTML code:
<HTML>
<HEAD>
<title>Crystal Report Viewer</title>
<link rel="stylesheet" href="../straightfwd.css" type="text/css">
</HEAD>
<BODY BGCOLOR="#C0C0C0">
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer codebase="../../viewer/JavaViewer" id=ReportViewer width=100% height=95%>
<param name=ReportName value="blank.rpt">
</applet>
</BODY>
</HTML>
The viewer aplet is displaying, but the applet is unable to locate the report file that is in the same folder as the asp page. Below is the HTML code:
<HTML>
<HEAD>
<title>Crystal Report Viewer</title>
<link rel="stylesheet" href="../straightfwd.css" type="text/css">
</HEAD>
<BODY BGCOLOR="#C0C0C0">
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer codebase="../../viewer/JavaViewer" id=ReportViewer width=100% height=95%>
<param name=ReportName value="blank.rpt">
</applet>
</BODY>
</HTML>