Page 1 of 1

Database update help

Posted: Tue Apr 10, 2012 10:13 am
by rferriz
Hello all!

Currently I was using a control TDBMemo (delphi) to store some data. Now I changed that TDBMemo with TDBRichEdit. But I do not want lost all data that was introduced on that table field (when that control still was a TDBMemo).
What can I do to 'update' fields content?

Posted: Tue Apr 10, 2012 7:09 pm
by Sergey Tkachenko
It's not necessary to update it. TDBRichViewEdit can read not only RVF, but also RTF and a plain text from a field.