trichview.support
Re: rtf textbox |
Author |
Message |
lucds |
Posted: 11/07/2004 12:47:44 Sergey, I misformulated my question. I managed to display an rtf docucment but with some problems. I am going to use your product for an invoicing system and the rtf document will be filled with the EKRTF component. When i create an rtf file with textboxes and tables, thes boxes and tables are not displayed at all. The thing is taht this table is a main part of my invoice system. Also some text which is underlined in the rtf file has changed in the richview. What i would like to do is load an rtf file into the richview component excatly as it was created with word or any other rtf editor. Could this be a codepage problem ?(i'm using the default one) thanks Luc. "Sergey Tkachenko" <svt@trichview.com> wrote in message news:418cd758@support.torry.net... > Place RichViewEdit1: TRichViewEdit and RVStyle1: TRVStyle on the form. > In the Object Inspector, assign RichViewEdit1.Style = RVStyle1. > > The code for loading RTF file in the editor: > > RichViewEdit1.Clear; > RichViewEdit1.LoadRTF(FileName); > RichViewEdit1.Format; > > > > Hello, > > I just ordered the component and so i am new to it. > > I created an rtf file with a textbox but the textbox(with some text > inside) > > doesn't show up in the richview. > > i'm sure there must be a property to fix this... > > Anybody has an idea ? > > > > thanks > > Luc. > > > > > > |
Powered by ABC Amber Outlook Express Converter