Search found 1 match
- Sat Jul 01, 2006 11:42 am
- Forum: Support
- Topic: TDBRichView and corresponding database field update
- Replies: 2
- Views: 14167
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 work.