Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: XFRX under COM

$
0
0
Re: XFRX under COM
Web Connection 5.0
Re: XFRX under COM
08/06/2012
05:11:56 PM
3KF10V7BK Show this entire thread in new window
Gratar Image based on email address
From:
Bob Roenigk
To:
Attachments:
None
I don't know if your problem is related, but if you are still searching there was (is?) an intermittent issue long ago that was resolved by calling _fpreset after every print job.

After the declare...

DECLARE _fpreset IN msvcrt20.dll

Make this call after running a report. (I think it was after, rather than before.)

=_fpreset()



Been trying to run reports in webconnect as a COM based web server, and I get:
Error Loading Printer Driver
Error Number 1958

I am using XFRX like this, using REPORTBEHAVIOR 90:

loListener=XFRX("XFRX#LISTENER") lnRetval = loListener.SetParams(ReportPath + lcSaveFileName,,.T.,,.T.,,"PDF") IF lnRetval = 0 REPORT FORM (pcReportName) OBJECT loListener ...

It works in File mode but not in COM. I have tried installing a Laserjet driver on the web server, and tried stripping the printer definition from the FRX Expr, Tag and Tag2 fields. Any suggestions?

TIA


Viewing all articles
Browse latest Browse all 10393

Trending Articles