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

Comments

  • edited 6:21AM
    Put the empty memo object and write the following in its OnBeforePrint event:

    DMPMemo1.Text := #27#50;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.