Search found 2 matches
- Tue Sep 29, 2009 12:52 pm
- Forum: Support
- Topic: TDBRichViewEdit & LoadRVF
- Replies: 2
- Views: 7308
- Mon Sep 28, 2009 5:18 pm
- Forum: Support
- Topic: TDBRichViewEdit & LoadRVF
- Replies: 2
- Views: 7308
TDBRichViewEdit & LoadRVF
Having a strange issue:
I put the table into edit mode, call LoadRVF(FileName) Load RVF returns a True and I see the document appear in the TDBRichViewEdit component, now when I do a Table.Post() nothing appears to save!?
Basically:
Table.Edit;
if DBRichViewEdit.LoadRVF(myFileName) then ...
I put the table into edit mode, call LoadRVF(FileName) Load RVF returns a True and I see the document appear in the TDBRichViewEdit component, now when I do a Table.Post() nothing appears to save!?
Basically:
Table.Edit;
if DBRichViewEdit.LoadRVF(myFileName) then ...