8lpp in DMP

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

Comments

  • edited 8:20PM
    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:20PM
    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