Search found 2 matches

by rferriz
Tue Apr 17, 2012 8:38 am
Forum: Support
Topic: How to convert RVF to RTF without any visual components
Replies: 1
Views: 8401

How to convert RVF to RTF without any visual components

Hello! We have in database TField a blob in RVF format. But I need to convert it to RTF to be able to import into our report system (that is able to print RTF blobs but not RVF ones), without using any visual component (our entire reporting system is on a DataModule so we can't create here any ...
by rferriz
Tue Apr 10, 2012 10:13 am
Forum: Support
Topic: Database update help
Replies: 1
Views: 7341

Database update help

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?