Page 1 of 1

Header not printed like in the editor

Posted: Tue Aug 18, 2020 11:56 am
by JMessner
Dear Mister Tkachenko,

i have an issue printing out a Document with a Header containing Text and a graphic.

I doubleclick in the headerarea, insert a grafic (with the InsertGrafic-Action), type some text and print it with the print-action.

The Print-Action is linked to the SRichview-Component.

Instead of the text and the graphic there is only a pagenumber displayed on the printed document...

I use the Scalerichview-Component 7.8.2 and TRichview v16.15

Do you have a solution for me?

Best regards

Re: Header not printed like in the editor

Posted: Tue Aug 18, 2020 12:44 pm
by Sergey Tkachenko
Do you use special ScaleRichView printing actions?
For ScaleRichView, you should not use TrvActionPrint, TrvActionQuickPrint, TrvActionPrintPreview. Instead, use TsrvActionPrint and TsrvActionQuickPrint.

Re: Header not printed like in the editor

Posted: Tue Aug 18, 2020 2:42 pm
by JMessner
Thanks for your fast reply. I will try this.

Re: Header not printed like in the editor

Posted: Tue Aug 18, 2020 2:52 pm
by JMessner
Thanks. This was the solution.

Happy :D