Dot Matrix, 1/6 inches using.
Hi;
I??m designing a dot matrix report, and i need to use the sequence: #27 + #50 (equivals to ESC + '2') to use the 1/6 line spacing in epson printers. I was trying to use the Report.ReportOptions.InitString, but doesn??t work. Is there a best way to do that ?
2. If i use the InitString, how to 'reset' the printer to old status ? (In this case, return to 1/8 line spacing).
Any sugestions ?
Thanks to all.
Emerson
I??m designing a dot matrix report, and i need to use the sequence: #27 + #50 (equivals to ESC + '2') to use the 1/6 line spacing in epson printers. I was trying to use the Report.ReportOptions.InitString, but doesn??t work. Is there a best way to do that ?
2. If i use the InitString, how to 'reset' the printer to old status ? (In this case, return to 1/8 line spacing).
Any sugestions ?
Thanks to all.
Emerson
Comments
DMPMemo1.Text := #27#50;