Unable to print plain report
Hello.
I have a report I created in FR2.5 that does not contain any databands; only memo fields. It is intended to be a worksheet so only contains text (memo fields).
When I attempt to view the report, I get the following error:
"...The following error(s) have occured: Dataset "" is not exists..."
I only want to print the "plain" report. There is no data to be used in this report.
I am using the following commands:
frxReport1.LoadFromFile('MyReport.fr3');
frxReport1.ShowPreparedReport;
frxReport1.Print;
If I try to view it in the report creator, I get the error above. When I run the program without the frxReport1.ShowPreparedReport; I get a blank page.
I'm new to FR3 and am still trying to figure out the differences from FR2.
TIA for any help!
I have a report I created in FR2.5 that does not contain any databands; only memo fields. It is intended to be a worksheet so only contains text (memo fields).
When I attempt to view the report, I get the following error:
"...The following error(s) have occured: Dataset "" is not exists..."
I only want to print the "plain" report. There is no data to be used in this report.
I am using the following commands:
frxReport1.LoadFromFile('MyReport.fr3');
frxReport1.ShowPreparedReport;
frxReport1.Print;
If I try to view it in the report creator, I get the error above. When I run the program without the frxReport1.ShowPreparedReport; I get a blank page.
I'm new to FR3 and am still trying to figure out the differences from FR2.
TIA for any help!
Comments