Page 1 of 1

One richview document and two paper trays

Posted: Mon Apr 24, 2006 2:13 pm
by dwaeber
Hi,

I would like to print one richview document and:
* print the first page using papertray A
* print all subsequent pages using tray B

Is this possible without having to change the default printer settings?
I'd like to override them just for *some* richview documents.

Thanks a lot & best regards,

Daniel

Posted: Thu Apr 27, 2006 6:57 pm
by Sergey Tkachenko
TRichView documents do not contain printer settings, neither for the whole document, nor for its parts. You need to prepare pages in different RichViews and print them separately.
You'll need to change the application printing settings before printing each page, in order to change the paper source.
How to do it? See the source code of RichViewActions, page setup dialog.

Posted: Fri Apr 28, 2006 6:37 am
by dwaeber
Thanks Sergey!