Search found 5 matches

by AlbertDasi
Wed Aug 08, 2012 9:51 am
Forum: Support
Topic: Header and footer don't print in TDBRichViewEdit
Replies: 5
Views: 15287

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:string ...
by AlbertDasi
Fri Aug 03, 2012 3:42 pm
Forum: Support
Topic: Header and footer don't print in TDBRichViewEdit
Replies: 5
Views: 15287

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 ...
by AlbertDasi
Mon Jul 09, 2012 3:07 pm
Forum: Support
Topic: Header and footer don't print in TDBRichViewEdit
Replies: 5
Views: 15287

Thank you for the information.
by AlbertDasi
Mon Jul 09, 2012 10:40 am
Forum: Support
Topic: Header and footer don't print in TDBRichViewEdit
Replies: 5
Views: 15287

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 the ...
by AlbertDasi
Tue Nov 04, 2008 11:50 am
Forum: Support
Topic: Memory error
Replies: 1
Views: 7451

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.