↧
It's been awhile since I've had to touch this so this is a shot in the dark. Have you tried specifying the temp file folder (2nd parameter).
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