Printing option
humantool
France
Hi everyone,
First of all, I have a customer who changed printing options on his printer to print in black and white, my report contains some colors and when he print it, it's in color....why ? Is there a property to activate on FastReport ?
Secondly, I would like to know how I could set Output bin on a printer : For some of my report I need to send it to the "down" bin rather than the "up" one.
First of all, I have a customer who changed printing options on his printer to print in black and white, my report contains some colors and when he print it, it's in color....why ? Is there a property to activate on FastReport ?
Secondly, I would like to know how I could set Output bin on a printer : For some of my report I need to send it to the "down" bin rather than the "up" one.
Comments
Anyway, there remains my second question: I would like to know how to specify the output tray of my pages, either the front tray or the rear tray. How ?
Regards,
You can specify Paper Source from Page Settings from File > Page Settings but i am not sure how you can make this in the code.
Regards,
boakoms.
I'm back on the forum and I discovered your message...and I never received a mail to alert me.... [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid="" border="0" alt="mad.gif" /> Thanks for your answer, I hoped it would be possible... Regards, Guillaume[/img]
The Windows API lets you find out how long the private part of the record is, and you can invoke the printer driver's configuration dialogue to set hidden things like colour yes/no, bins, collation etc.
After that, you can save the record, and restore your pre-set configuration later.
I've seen a number of questions about it on Stack Overflow, but never managed to get it to work myself (this was before FR).
This would be ideal for FR to support, as the restoration of the canned config would need to take place inside the FR print process.
Any comment GPI?
Cheers, Paul
Try something like this: or see here: http://www.fast-report.com/en/forum/?p=/discussion/8809