Page 1 of 1

Printing

Posted: Tue Feb 23, 2010 10:14 am
by driessen
Hello,

More and more, my customers are using printers with several trays.

To send my listings to the right trays, I need to know which trays are available, and which code has to be used for printing to the right tray. The same question I can ask about the sort of paper that is used.

I use these functions : PrnBinSource() or PrnSetPage().

You need to give a number as a parameter to select the right tray or soft of paper.

For example :

PrnBinSource(1) for tray 1
PrnBinSource(2) for tray 2

The number which has to be used is depending on the printerdriver. I need to know which number is used, or a need a possibility to select the right bin or the righ sort of paper.

Does someone have any solution for this ?

Thanks a lot in advance for any help.

Re: Printing

Posted: Tue Feb 23, 2010 10:56 am
by demont frank
Driessen,

I don't know if it is possible , but let windows create a printer several times and try to set for each item the properties. Your customer has only to choose the right printer.

Frank