trichview.support.thirdparty
Re: Reportbuilder TppRichView |
Author |
Message |
Lee.Bambury |
Posted: 10/27/2004 17:26:48 How do I load a rvf file with the TppRichView, or is this not designed for this? If not then what is the idea of the reportbuilder trichview? Regards Lee "Sergey Tkachenko" <svt@trichview.com> wrote in message news:417f706a$1@support.torry.net... > txtRichPrint.RichView.Format; should not be called - it does nothing in this > case and may be dangerous. > Sorry, I am not a ReportBuilder expert. > You need to instruct it to reformat the report somehow. > > > > I have placed a report on my app to print the results of a users > > modification on Trichveiw, when the user prints I want to assign the > > contents of the TRichview to the one on the report I have tried using the > > following code but it does not work, just comes through blank. > > > > sWork := TStringStream.Create(''); > > > > {*** Dave Email To Stream And Load On The Report ***} > > TfrmRichEmail1.txtBody.SaveRVFToStream(sWork,False); > > txtRichPrint.RichView.LoadRVFFromStream(sWork); > > txtRichPrint.RichView.Format; > > > > {*** Reset And Print The Report ***} > > repEmail.Reset; > > repEmail.Print; > > > > Kind regards > > Lee > > > > > > |
Powered by ABC Amber Outlook Express Converter