EConvertError in DBRichView

General TRichView support forum. Please post your questions here
Post Reply
CStevenson
Posts: 8
Joined: Sun Apr 05, 2009 12:40 am

EConvertError in DBRichView

Post 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.)
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Include rvoTagsArePChars in DBRichViewEdit's Options property.
It is necessary to store hyperlinks targets.
CStevenson
Posts: 8
Joined: Sun Apr 05, 2009 12:40 am

Post by CStevenson »

Thank you Sergey. That worked perfectly.
Post Reply