Thank your very much Sergey!
I modified TRVReportHelper.DrawPageAt in RVReport unit, and TRichViewPDF.SaveToPDFFile in trvpdf unit and works fine!
procedure TRVReportHelper.DrawPageAtWithHeaderAndFooter(Left, Top, APageNo: Integer;
ACanvas: TCanvas; APreview: Boolean; AHeight: Integer;header ...
Search found 5 matches
- Wed Aug 08, 2012 9:51 am
- Forum: Support
- Topic: Header and footer don't print in TDBRichViewEdit
- Replies: 5
- Views: 15430
- Fri Aug 03, 2012 3:42 pm
- Forum: Support
- Topic: Header and footer don't print in TDBRichViewEdit
- Replies: 5
- Views: 15430
Header and footer in PDF
Hello,
I print header and footer correctly using TrvActionPrint but now I'll like to show the footer and header in a PDF document.
I try this:
rve2 := TRichView(DBRichview1);
rveFooter.Clear;
RVEFooter.InsertText('footer page test');
rveFooter.Format;
RVE2.RTFReadProperties.SetFooter(rveFooter ...
I print header and footer correctly using TrvActionPrint but now I'll like to show the footer and header in a PDF document.
I try this:
rve2 := TRichView(DBRichview1);
rveFooter.Clear;
RVEFooter.InsertText('footer page test');
rveFooter.Format;
RVE2.RTFReadProperties.SetFooter(rveFooter ...
- Mon Jul 09, 2012 3:07 pm
- Forum: Support
- Topic: Header and footer don't print in TDBRichViewEdit
- Replies: 5
- Views: 15430
- Mon Jul 09, 2012 10:40 am
- Forum: Support
- Topic: Header and footer don't print in TDBRichViewEdit
- Replies: 5
- Views: 15430
Header and footer don't print in TDBRichViewEdit
Hello,
In the editor I have a TDBRichViewEdit. I assign a values for header and footer:
RVA_HeaderInfo.Text := 'this is a header';
RVA_FooteriNFO.Text := 'this is a footer';
In the page setup shows correctly the value assigned in RVA_HeaderInfo.Text and RVA_FooteriNFO.Text, also when I print in ...
In the editor I have a TDBRichViewEdit. I assign a values for header and footer:
RVA_HeaderInfo.Text := 'this is a header';
RVA_FooteriNFO.Text := 'this is a footer';
In the page setup shows correctly the value assigned in RVA_HeaderInfo.Text and RVA_FooteriNFO.Text, also when I print in ...
- Tue Nov 04, 2008 11:50 am
- Forum: Support
- Topic: Memory error
- Replies: 1
- Views: 7504
Memory error
Hello,
I have a TRichView form (report editor) in my applications. Usually this form works well, but when I work with Terminal Server the applications show me a memory error (action violation) and I have to close the program.
Thanks.
I have a TRichView form (report editor) in my applications. Usually this form works well, but when I work with Terminal Server the applications show me a memory error (action violation) and I have to close the program.
Thanks.