Page 1 of 1

EConvertError on mailto

Posted: Fri Nov 18, 2005 2:13 pm
by ashtu
using verstion 1.9.2.2

when loading document with hyperlink "mailto:..." catch exception EConvertError, after the link no data loaded

stack:
StrToInt('mailto:xxx@yyy.zzz')
RVFReadTag (line 446)
RVFReadHeader (line 3852)
TCustomRVData.InsertRVFFromStream_ (line 4279)
TCustomRVData.InsertRVFFromStream
TCustomRVData.LoadRVFFromStream
TCustomRVData.LoadRVF
TCustomRichView.LoadRVF
rve.LoadRVF(AResourceName)

Posted: Fri Nov 18, 2005 3:22 pm
by Michel
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

Posted: Fri Nov 18, 2005 3:55 pm
by ashtu
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