General TRichView support forum. Please post your questions here
ashtu
Posts: 3 Joined: Fri Nov 18, 2005 1:55 pm
Post
by ashtu » Fri Nov 18, 2005 2:13 pm
using verstion 1.9.2.2
when loading document with hyperlink "mailto:..." catch exception EConvertError, after the link no data loaded
stack:
StrToInt('mailto:
[email protected] ')
RVFReadTag (line 446)
RVFReadHeader (line 3852)
TCustomRVData.InsertRVFFromStream_ (line 4279)
TCustomRVData.InsertRVFFromStream
TCustomRVData.LoadRVFFromStream
TCustomRVData.LoadRVF
TCustomRichView.LoadRVF
rve.LoadRVF(AResourceName)
Michel
Posts: 92 Joined: Fri Oct 14, 2005 2:56 pm
Contact:
Post
by Michel » Fri Nov 18, 2005 3:22 pm
I'm not sure if this is your problem, but could it be that TagsArePChars is False? I think RichView is trying to interpret your tag as an integer, which it would probably do if my assumption was correct. Maybe I'm wrong though...
Michel
ashtu
Posts: 3 Joined: Fri Nov 18, 2005 1:55 pm
Post
by ashtu » Fri Nov 18, 2005 3:55 pm
Michel wrote: I'm not sure if this is your problem, but could it be that TagsArePChars is False?
thanx
turning on this option helps