I cannot Print for DotMatix with FR3
Delphi 5 SP1, FastReport V3 demo,
frxReport1.PrepareReport;
frxReport1.Export(frxDotMatrixExport);
OR
frxDotMatrixExport1.Report := frxReport1;
frxReport1.DotMatrixReport := True;
frxDotMatrixExport1.Report.PrepareReport;
frxDotMatrixExport1.Report.Print;
when I push Print button, I get an accsesss violation with both of codes.
How can I do?
and When I buy FastReport V3?
frxReport1.PrepareReport;
frxReport1.Export(frxDotMatrixExport);
OR
frxDotMatrixExport1.Report := frxReport1;
frxReport1.DotMatrixReport := True;
frxDotMatrixExport1.Report.PrepareReport;
frxDotMatrixExport1.Report.Print;
when I push Print button, I get an accsesss violation with both of codes.
How can I do?
and When I buy FastReport V3?
Comments
You can buy FR3 at the end of this month.
The preview is ok, but when I push print button, nothing is printed...
PS: I tried to print to a file, and the file is generated with only one char...
What's wrong?
Thank you very much!
regards.