I'm having trouble printing reports with FastReport in Delphi 2010. When printing to the printer the first time, it prints correctly, but the second time that I try to print the report does not print correctly.
I do not use dataset in the report. In the other system reports the same problem occurs when printing.
Maybe it's the printer problem. Model: HP Officejet J3680 All-in-One.
The report follows (fr3): link
"frxReport1" has the Default settings:
frxReport1.LoadFromFile(arquivoRel);ifpImpthenbeginfrxReport1.PrepareReport();frxReport1.Print;endelsefrxReport1.ShowReport;
HowshouldIprint(Firsttimeisright):
Asyouareprintingthesecondtime: