Can't save Hyperlink to database
Posted: Wed Oct 08, 2008 8:47 am
Hi,
I'm trying to save hyperlink information into a mysql database using TDBRichViewEdit.
First I used the sourcecode of the "CreateHyperlinks"-Demo, then I used the following line:
Ok, inserted the hyperlink, saved with post to database, but then the hyperlink info was vanished.
The main difference to the demo was, that I set FieldFormat to "rvdbRTF", because I want to save the data in Rtf-Format.
So how can I do that? Any suggestions or is it just not possible to store hyperlink Infos with this component in RTF-Format?
Thanks
Tom
(TRichViewEdit v10.4, Delphi 2006, WindowsVista)
I'm trying to save hyperlink information into a mysql database using TDBRichViewEdit.
First I used the sourcecode of the "CreateHyperlinks"-Demo, then I used the following line:
Code: Select all
rve.AddNLTag('Hyperlink example', 3, -1, Integer(StrNew('http://www.trichview.com')));
The main difference to the demo was, that I set FieldFormat to "rvdbRTF", because I want to save the data in Rtf-Format.
So how can I do that? Any suggestions or is it just not possible to store hyperlink Infos with this component in RTF-Format?
Thanks
Tom
(TRichViewEdit v10.4, Delphi 2006, WindowsVista)