Preview not working.
al_noland
Tulsa, Oklahoma
Using Fast Report VCL 5.5.8 in Delphi 10.1 Berlin.
I am running the following code.
if frxReport1.PrepareReport(true) then
frxreport1.ShowPreparedReport;
But the report never displays. I don't get any exceptions. Any thoughts why it wouldn't open the preview?
Thanks
Allen
I am running the following code.
if frxReport1.PrepareReport(true) then
frxreport1.ShowPreparedReport;
But the report never displays. I don't get any exceptions. Any thoughts why it wouldn't open the preview?
Thanks
Allen
Comments
Try
The frxreport1.designReport statement doesn't do anything.
Thanks for the help