Problems Printing FastReport

0

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:

    
asked by anonymous 14.12.2016 / 07:44

1 answer

0

I could not solve my problem of printing directly to the printer, in my opinion should be a problem in the printer, but I can not say for sure, because I do not have another PC or printer to test.

My settings: Windows 8.1, Delphi 2010 and HP printer.

I'll use doPDF to solve my problem as per friend Victor's comment.

    
13.01.2017 / 00:32