entries in the Expr field were the culprits. Removing this and inserting
PAPERSIZE=1
Seems to have resolved the issue. So now the entire content of the Expr field is:
ORIENTATION=0
PAPERSIZE=1
COLOR=2
I didn't expect the PaperLength and PaperWidth expressions to be print-driver specific, but now I know better.
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 = 0REPORTFORM (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