Search found 1 match

by Sergius
Sat Jul 01, 2006 11:42 am
Forum: Support
Topic: TDBRichView and corresponding database field update
Replies: 2
Views: 15148

TDBRichView and corresponding database field update

My app has TDBRichView (of course, with database field associated with it). When I load content of RV from file - it showed correctly.

But how I can update database field with this new content? I try this code:

NotesTable->Edit();
DBRichViewEdit->Change();
NotesTable->Post();

But it does not ...