Some of our customers get this error: "Report file is invalid." (error #50). If they get it once, it seems persistant.. that that report always throws that error, though I can never reproduce the problem. The same installation package works fine on other computers.
There are two spaces between "file" and "is", which indicates it's trying to put the report file name in, but somehow things the report file is blank.
The command that throws the error (there are a couple, this is an example) is:
REPORT FORM (rpt_name) NOEJECT NOCONSOLE to Printer
I have verified from my error log files:
rpt_name="DivTeam"
Dbf()="C:\AAS\TTWIN\TMP.DBF"
Set('Defa')+curdir()="C:\AAS\TTWIN"
SET('PRINTER')="C:\DOCUME~1\MARTYD~1\LOCALS~1\Temp\TT_25323.TMP"
There are two spaces between "file" and "is", which indicates it's trying to put the report file name in, but somehow things the report file is blank.
The command that throws the error (there are a couple, this is an example) is:
REPORT FORM (rpt_name) NOEJECT NOCONSOLE to Printer
I have verified from my error log files:
rpt_name="DivTeam"
Dbf()="C:\AAS\TTWIN\TMP.DBF"
Set('Defa')+curdir()="C:\AAS\TTWIN"
SET('PRINTER')="C:\DOCUME~1\MARTYD~1\LOCALS~1\Temp\TT_25323.TMP"