Create URL hotspot in LS

I am creating a table containing a list of articles. I read a view, and create a table entry in a rich text field with the article name. In addition to the article name, the view contains a URL to either the document containing the attachment, or the original (web) source location.

This is a weekly summary distributed to senior managers, and the requirement is to create a link from the title to the article. So far, everything is in place, except attaching the URL link to the title. How can I select the table entry, create the URL hotspot, and attach the evaluated URL?

Thanks for any insight you can provide.

Subject: Create URL hotspot in LS

I assume you want something liks…

“click here to view report” and the URL behind is either http://… or a Notes:// style ??

If so you can use DOM/DXL to create one or if you are comfortable using the C-API. I have successfully created one using DXL.