trichview.support
| Re: new with TRiviewEdit and TRVTable | 
| Author | Message | 
| Sergey Tkachenko | Posted: 07/09/2003 17:04:20 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