Page 1 of 1

Printing problems with ReportBuilder

Posted: Sun Jul 29, 2007 3:27 pm
by Bruno Cuzzi
I am testing the trial version of TRichView with its support for Reportbuilder.
I load an RTF document into ppRichView and then print it from ReportBuilder and I found the following problems:

1) If the document has more than one page, only the first one is printed.

2) The leftmost characters of each line are lost (indipendently form the page margins), unless I execute ppRichView.RichView.LeftMargin=80.

Thanks[/list]

Posted: Sun Jul 29, 2007 3:42 pm
by Bruno Cuzzi
Sorry, I discovered why the second page didn't print (my error). It remains the other problem (Left Margin).

Bruno Cuzzi

Posted: Sun Jul 29, 2007 5:17 pm
by Sergey Tkachenko
May be paragraphs in your RTF file have negative left indents, overlapping the left margin?

Posted: Sun Jul 29, 2007 6:16 pm
by Bruno Cuzzi
Probably you were right. I tried with a different RTF template and it works.

Thanks