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

help regarding printing a report from web

Status
Not open for further replies.

sudi123

Programmer
May 8, 2002
20
0
0
US
hi this is very urgent am trying frm last 1 day struggling to print a report frm the web..

here is my problem ....

am able to print the CR 8.5 from a vb 6.0 program but when i turned that activex exe from web i could not see the report...when i trouble shooted some of the issues i found out that it is not starting the PrintJob...

i got the error code as 999 which means some internal error.

the html code i used is


<html>
<head>
</head>
<body>

<script id=&quot;serverMainScript&quot; language=&quot;javascript&quot; implements-prefix=&quot;user&quot; runat=&quot;server&quot;>

a = new Array(5);

var oClass = new ActiveXObject &quot;ccrpengine.iReport&quot;)
a[0]=oClass.execute(&quot;C:\\Inetpub\\
response.Write(a[0]);

</script>
</body>
</html>


i could not launch a report as i did it in vb or either i could give it to the printer...

does anyyyyybody has some idea on this ...
am using all the API functions PrintEngine functions
no craxdtr dlls

thanx in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top