trichview.support
problem with updating tables dynamically |
Author |
Message |
steve |
Posted: 03/07/2002 20:28:48 Hi, I am working with C++Builder. I got a table in a RichViewEdit-Field, that I'd like to update dynamically. So I got: myTable->Cells[0][1]->AddNL("myString",0,0); The problem is, the string doesn't appears in the cell, even I wrote RVE->Format(); To make the string appeared, I have to click in the cell or write: myTable->InsertRows(1,0,0,0); But I wanna see it instantly... Anyone can help? Thanks a lot steve |
Powered by ABC Amber Outlook Express Converter