Page 1 of 1

EConvertError in DBRichView

Posted: Sun Apr 05, 2009 8:20 pm
by CStevenson
I created a project using a DBSRichViewEdit, copied a few pages from the ActionTest demo project, and saved the data into a BLOB field in my database. Then, I tried a DBRichView control, linked to the same field in the DB. When I try to display this data in a TDBRichView, I get the following error: First chance exception at $7C812AEB. Exception class EConvertError with message ''http://www.trichview.com/resources/actions/' is not a valid integer value'

Any idea what is happening here? (I'm new to TRichView, so it might be my fault.)

Posted: Tue Apr 07, 2009 12:35 pm
by Sergey Tkachenko
Include rvoTagsArePChars in DBRichViewEdit's Options property.
It is necessary to store hyperlinks targets.

Posted: Tue Apr 07, 2009 3:31 pm
by CStevenson
Thank you Sergey. That worked perfectly.