8lpp in DMP

How do I print in 8lpp with FR3? I couldn't fin any information in help or NG.

Comments

  • edited 8:04AM
    You can set the printer init string that turn on the 8lpi mode (Report.ReportOptions.InitString property).
  • Hi
    As to send the command for the printer.
    In a Epson LX-300 the command for 8LPP is ESC 0.
    I tried of several manners: #27#0, #27#00, #27#48, '#27#0', '#27#00', '#27#48', "#27#0", "#27#00", "#27#48" and it didn't work...
  • edited 8:04AM
    Report.ReportOptions.InitString := #27#48;
    Report.ShowReport;
  • foxfox
    edited February 2006
    Hi,

    using following sequence - it dosn't work

    frxReport1.ReportOptions.InitString :='!R!AMCR E,XYZ;EXIT;';
    frxReport1.ShowReport;

    When printing to File, there is no sequence in the file.

    I need the InitString to start the printer-typical macro XYZ.

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.