|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
printing through crystal report |
From: |
meena |
Date: |
9/18/2000 7:47:41 AM |
IP: |
203.197.154.104 |
I want to print some reports generated by crystal report thro asp.here is the sample code.But it gives me an error at line 4(repView.PrintOut ) with desc-" cpeaut32 error 800a5041
Request cancelled by the user ".Can anybody help me out.Thank u.
Set app= CreateObject("Crystal.CRPE.Application")
Set Myrep=app.Openreport("D:\SampleReport.rpt",1)
Set repView=Myrep.Preview
repView.PrintOut
repView.Close |
Follow Up - Re: printing through crystal report - Marque 10/5/2000 2:12:38 AM
|
|
|
|
|
|
|
|
|
|
|
|