After the declare...
DECLARE _fpreset IN msvcrt20.dll
Make this call after running a report. (I think it was after, rather than before.)
=_fpreset()
After the declare...
DECLARE _fpreset IN msvcrt20.dll
Make this call after running a report. (I think it was after, rather than before.)
=_fpreset()
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