trichview.support
hyperlinks with parentless richview |
Author |
Message |
Michael Schwarzl |
Posted: 08/19/2002 13:29:00 Hi all, I need to convert RTF to HTML and have to provide links in the RTF texts. When I instantiate a RichView on a form the conversion will work perfect. But my convertion routines have to run as an ISAPI extension and I have no rights to create a form (visible or not visible) to put the RichView onto it. But when I have no form the id parameter in OnURLNeeded event always is zero. I had a litte look at the calling procedure and saw that the li.JumpID will be zero until the rendering was started and the li.Tag contains the correct id. Manipulating the source of TRichView can only a temporary solution of my problem (I would have to manipulate at every update ...). Is there any other way to get the correct id in OnURLNeeded event or can the source be corrected by Sergey? Thank you. Michael |
Powered by ABC Amber Outlook Express Converter