Problem with TDBRichedit
Posted: 30.11.2014, 15:33
Hello
Delphi XE / Firebird 2.5
Since I migrated from 6.6.0 to Zeos 7.xx.xx I have a Problem with my Data in "MS Rich Text Format"
Under 6.6 the Blobtype was TMemo. Yeos 7.xx.xx, the Compiler forced me to change it to TWideMemo.
TDBRichEdit shows me now all the "control character" and if I try to store a new dataset
the content is just crap.
Any clue what went wrong ?
I changed it back to Blobtype ftMemo with the Compiler Message
Type Mismatch for field XXXXX , expecting: Memo actual: WideMemo
Sounds odd for me.
Delphi XE / Firebird 2.5
Since I migrated from 6.6.0 to Zeos 7.xx.xx I have a Problem with my Data in "MS Rich Text Format"
Under 6.6 the Blobtype was TMemo. Yeos 7.xx.xx, the Compiler forced me to change it to TWideMemo.
TDBRichEdit shows me now all the "control character" and if I try to store a new dataset
the content is just crap.
Any clue what went wrong ?
I changed it back to Blobtype ftMemo with the Compiler Message
Type Mismatch for field XXXXX , expecting: Memo actual: WideMemo
Sounds odd for me.