trichview.support.thirdparty
Re: Reportbuilder TppRichView |
Author |
Message |
Lars Nielsen (Dontenwill GmbH) |
Posted: 11/09/2004 10:26:37 We use use the TppRichView in reports in a similar way, but we are fillig it dynamically while printing, so it's not the same. Maybe I can give you two clues to get to a possible solution: 1) I haven't tried it but the TppRichView class has a property named "RichView" which gives you an intance of the TCustomRichView class of the reporthelper object. You may use it to load a richtext via "LoadRVFFromStream" or "LoadRTFFromStream". 2) A workaround: Just use a virtual memory-dataset like TMemDataSet with one record containing your texts and then use the TppDBRichView in the report to print it like a "regular"-databound report. In this case there's no need to worry about the internals of the reporthelper objects ... Regards, Lars Nielsen "Lee.Bambury" <Lee.Bambury@Jalco.co.uk> schrieb im Newsbeitrag news:418f89f2$1@support.torry.net... > Thx's for all the help guys but this did not resolve this problem I am still > having trouble. What this wrapper does for report builder I have no idea but > this is due to me not understanding what it's for. > > I have a Trichedit on my screen that I allow the user to format and input > there text I then want the user to be able to print what they have done, but > I want to add my own header and footer information so I have created a > report to do this job for me and put the reportbuilder's version of > trichedit on the report but can not get this to load anything up from my > trichedit on my form. > > Kind Regards > > Lee > > > "Sergey Tkachenko" <svt@trichview.com> wrote in message > news:4182869f@support.torry.net... > > If the problem is still unsolved, please send me a test project showing > > it. > > > > > > |
Powered by ABC Amber Outlook Express Converter