Possible bug in FR4.12 print dialog? Current page won't print
Andrew Bond
Banstead, UK
I am not sure if I have discovered a bug in FR 4.12 VCL, concerning printing of the current page.
In my C++ code I use the following call to display FR's Print dialog box:
In the Print dialog box that appears, if I choose 'Current Page' and click OK ... nothing happens!
If, instead, I choose 'All' or 'Pages' (and then specify a range) and click OK ... I get the prinout I expect.
Has anyone else come across this behaviour? Am I missing something in my code or is it indeed a bug in FR?
Any help would be appreciated.
In my C++ code I use the following call to display FR's Print dialog box:
where 'ReportControl' is the name of a TfrxReport component.ReportControl->Print();
In the Print dialog box that appears, if I choose 'Current Page' and click OK ... nothing happens!
If, instead, I choose 'All' or 'Pages' (and then specify a range) and click OK ... I get the prinout I expect.
Has anyone else come across this behaviour? Am I missing something in my code or is it indeed a bug in FR?
Any help would be appreciated.
Comments
If i print all pages , everything is OK, but if I try to print current page the dialog closes and nothing is printed.