trichview.support
HTML Links from within a table |
Author |
Message |
Ben Vaughan |
Posted: 11/29/2002 1:47:55 Hi, I have a problem exporting the links to an html file. Currently I am using the following code to get the url for the URLNeeded event. urlLoc := rvEditor.GetItemTag(Sender.GetJumpPointItemNo(id)); url := PChar(urlLoc); This works fine until I try to get a url from within a table cell. From what I can tell Sender.GetJumpPointItemNo returns the Item ID for the number within the editor for the cell so passing this into the main editor is obviosly failing. Regards Ben Vaughan |
Powered by ABC Amber Outlook Express Converter