trichview.support
Re: new with TRiviewEdit and TRVTable |
Author |
Message |
Rato |
Posted: 07/10/2003 22:00:19 Thank you very much Sergey I go to do use it. Thank you again Patrick "Sergey Tkachenko" <svt@trichview.com> a écrit dans le message de news: 3f0c2d24$1@support.torry.net... > Hello, > > Do not use Insert*** methods in unformatted documents (document is > unformatted after call of Add*** method until you call Format()). > > Use the following sequence: > > RichViewEdit1->Clear(); > RichViewEdit1->AddNL("Facture du :" +maintenant+" au: "+moissuivant,0,0); > RichViewEdit1->AddNL("",0,0); > TRVTableItemInfo *table= new TRVTableItemInfo(countlines,comptfields, > RichViewEdit1->RVData); > ... > RichViewEdit1->AddItem("",table); > RichViewEdit1->Format(); > > > > > Hello, > > I don't understand how to insert text before a TRVTableItemInfo * table > > component > > When I AddNL text before the table an "insufficient memory" message > appears > > I hope you could help me > > I thank you in advance > > Patrick > > > |
Powered by ABC Amber Outlook Express Converter