trichview.support
Re: Hyperlinks and export |
Author |
Message |
Sergey Tkachenko |
Posted: 02/19/2004 21:25:00 Processing OnWriteHyperlink must be enough (assuming that rvoTagsArePChars is in Options). Can you send me a simple project demonstrating the problem? > The hyperlinks does not work after exporting text from TRVE to other > formats(doc,html) using rvActionExport action. > > These lines is already added to TRV events. > > procedure WriteHyperlink > begin > Target := PChar(RVData.GetItemTag(ItemNo)); > end; > > procedure ReadHyperlink > begin > ItemTag := Integer(StrNew(PChar(Target))); > end; > > Maybe I have missed something? > > Regards, > Jon > > |
Powered by ABC Amber Outlook Express Converter