GPF in RT.DLL (OpenInsight Specific)
At 22 JUL 1998 12:42:07PM Andy Gilman wrote:
Reporter (v 3.60 with OI v.3.61) GPF's when a report is run from a command line if the report contains a Reporter Basic query that references fields that are not displayed on the report:
REPORTER caused a general protection fault
in module RT.DLL at 0002:00002131.
For example, create a report from SYSTABLES showing only DATABASE_ID and TABLE_NAME. Add the Reporter Basic query: SYSTABLES!TABLE_NAME=LOG". Save this and run with the following command.
C:\OINSIGHT\REPORTER.EXE /AP=SYSPROG /UN=SYSPROG /RP=\Temp\test.rpt /RE=0 /PV=1 /QU
Runs OK.
Go back into Reporter and remove TABLE_NAME from the report, leaving the query intact. Save and exit. Then re-run the above command. Get GPF.
Separate problem: If you perform a File/Save as in Reporter and select a report file that already exists within the directory, the "File Save As" dialog warns "This file already exists. Replace existing file?" If you press "No" the file on disk is deleted.