Home Devices

Printing problem with HP3005X printer

edited December 2007 in Devices
Goodmorning,

When printing we send the printername and binname
ppModalReport.PrinterSetup.PrinterName := Trim(PrinterName);
ppModalReport.PrinterSetup.BinName := Trim(BinName);

But when using the HP3005X with Addional papertray it does not react to the
statements and prints all from the additional papertray. When removing the
extra tray then the print always comes from the 2nd bin even if bin 1 is
selected.

Regards Rob Nowee.

Comments

  • edited December 2007

    PrinterNames will vary from machine to machine. The
    Report.PrinterSetup.PrinterNames[ ] array property provides access to the
    list of printer names installed on the machine.

    BinNames vary from printer to printer. There is no standard. Once you set
    Report.Printersetup.PrinterName then Report.PrinterSetup.BinNames[ ] array
    property provides access to the list of paper bins.

    Some printers have additional paper tray features that beyond the
    Report.PrinterSetup.BinName, so check whether the paper bins you are trying
    to use are listed in the BinNames[ ] array.

    Make sure you setup the printername and binname prior to calling
    report.Print


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.