Re: Can't print Crystal Report from SQL
From: oj (nospam_ojngo@home.com)
Date: 10/11/02
- Next message: linda deng[MS]: "RE: SP4 Installation failed"
- Previous message: CW: "Re: Can't print Crystal Report from SQL"
- In reply to: Netedix: "Can't print Crystal Report from SQL"
- Next in thread: Netedix: "Re: Can't print Crystal Report from SQL"
- Reply: Netedix: "Re: Can't print Crystal Report from SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "oj" <nospam_ojngo@home.com> Date: Thu, 10 Oct 2002 16:58:15 -0700
does your sqlserver service/proxy acct have proper access to the printer?
-- -oj http://www.rac4sql.net "Netedix" <tedtdhoang@hotmail.com> wrote in message news:ORmpkmKcCHA.1092@tkmsftngp08... > Hi, > My store procedure call sp_OACreate and sp_OAMethod to a DLLname.DLLclass > which is a wrap around Crystal Report CRAXDRT object. It can't print from > the SQL server but it runs fine in VB application. I already apply the MS KB > article Q184291 "PRB: COM Objects Fail to Print When Called From ASP" but it > won't help. Here is my code: > > myCR.dll: > Dim app As New CRAXDRT.Application > Dim rep As CRAXDRT.Report > ... > Set rep = app.OpenReport("myRpt.rpt") > ... > rep.DisplayProgressDialog = False > rep.PrintOut False > > Here is an error message from SQL server store procedure. I use > sp_OAGetErrorInfo: > Error: 80043AC2 > Source: Crystal Reports ActiveX Designer > Description: Dos error. > HelpFile: NULL > HelpID: 1000440 > > Any clues? > Thanks in advance, > TH. > >
- Next message: linda deng[MS]: "RE: SP4 Installation failed"
- Previous message: CW: "Re: Can't print Crystal Report from SQL"
- In reply to: Netedix: "Can't print Crystal Report from SQL"
- Next in thread: Netedix: "Re: Can't print Crystal Report from SQL"
- Reply: Netedix: "Re: Can't print Crystal Report from SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|