Create Links in Notes Client...similar to ahref's

For the Notes Client i am trying to create a link that opens another document. The link has to be similar to an ahref link…not a button link…i tried using link hotspots …but we can only use @functions with it…will need a way to use Lotuscript to do this…as i need to go to a view that contains the value v1 on the form, find the docid & then open the new document that has this docuniqueid. So any suggestions would be welcomed.Also this has to be done dynamically for each value v1 in the form, also v1 can be a list of values…thanks in advance.

Subject: Create Links in Notes Client…similar to ahref’s

Use an “Action Hotspot” instead of a Link Hotspot.

HTH

Subject: RE: Create Links in Notes Client…similar to ahref’s

thanks Andrew for the suggestion…it kinda helped me half way…i still cannot dynamically create links in case of a list…for each value will need to create a field that is a action hotspot & as this list can have “n” number of values…i will need some random number of fields…& hide the remaining when not needed…still looking for a better workaround :slight_smile:

Subject: Create Links in Notes Client…similar to ahref’s

Has anyone found or documented this solution? I want to link to files on a folder share as well.

TEST = link to share \server\share;

etc.