Search found 2 matches

by tspotorno
Tue Sep 29, 2009 12:52 pm
Forum: Support
Topic: TDBRichViewEdit & LoadRVF
Replies: 2
Views: 7265

Thanks, adding the DBrichViewEdit.Change did the trick!
by tspotorno
Mon Sep 28, 2009 5:18 pm
Forum: Support
Topic: TDBRichViewEdit & LoadRVF
Replies: 2
Views: 7265

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 ...