How to print on Dot Matrix Printers?

A: If you want fast printing - export your report to txt and then print it:

frReport1.PrepareReport;
frReport1.ExportTo(frTextExport1, 'prn');

This is not currectly print method. Becouse TxtExport is not correct export reports.
Report is mixed characters after the build.

if u test any reports then; just you wait and see!


What can I do another method for the txt Printing.

Regards.

Recep MUT.

Leave a Comment