Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Forcing print to a bin

edited July 2004 in General
Hi

A customer wants a particular report to use paper from a sepecific bin.
My development system is completely different so at design time the report
object has no access to his printer. I have tried just typing in his bin
name into PrinterSettings.BinName but it has no effect.

Is it possible to do - if so how?

Regards
Paul

Comments

  • edited July 2004
    Hi Paul,

    Try using the Report.PrinterSetup.BinNames TStrings property to search
    through the available bin names and choose the correct one for your
    customer. If you do not know the exact name of the bin you need to use, you
    may need to check this list to assign it or have your user select it from a
    list of bins.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.