Paper output tray
Hi there...
I use fast report for years and I use following code to select SOURCE paper bin
TfrxReportPage(frxRep.Pages[1]).Bin := frxPrinters.Printer.BinNameToNumber(my_a5_bin);
Now, I'm looking for a way to select TARGET (OUTPUT) PAPER TRAY - the place, where user will find his printout.
The only what I found on your forum is to use code like I actually use for source paper bin.
eg. here http://www.fast-report.com/en/forum/index.php?showtopic=8738
I'm confused... Should I use same code for SOURCE BIN and OUTPUT TRAY? Really? Could you tip me?
Sorry for asking (not trying), but I don't have any printer with many output trays to test in my office.
The question...
How to select TARGET (OUTPUT) PAPER TRAY - the place, where user will find his printout.
best regards
Mario
I use fast report for years and I use following code to select SOURCE paper bin
TfrxReportPage(frxRep.Pages[1]).Bin := frxPrinters.Printer.BinNameToNumber(my_a5_bin);
Now, I'm looking for a way to select TARGET (OUTPUT) PAPER TRAY - the place, where user will find his printout.
The only what I found on your forum is to use code like I actually use for source paper bin.
eg. here http://www.fast-report.com/en/forum/index.php?showtopic=8738
I'm confused... Should I use same code for SOURCE BIN and OUTPUT TRAY? Really? Could you tip me?
Sorry for asking (not trying), but I don't have any printer with many output trays to test in my office.
The question...
How to select TARGET (OUTPUT) PAPER TRAY - the place, where user will find his printout.
best regards
Mario