Question

Asked:
Asked By:
Sep 5 2008   3:57 PM GMT
MiguelPascoe   40 pts.

How to display document link in a view


Lotus Notes, Lotus Notes document link

Hello,

I have a view that has a column based on a field "Reference". This field may contain a link to a document.

However, when I look at results of the view, I can see the text in "Reference", but I can't see the document link.

How can I display the document link as part of the view results?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



I presume when you say link to a document, you mean an attachment that was created when the document was saved?

You should just be able to extract the name of the attachment using the @AttachmentNames function, and then createa a link for it...

Something like this should work for you...

launchAttachment:="[" + @Implode("<a href=\"all" + "/" +@Text(@DocumentUniqueID) + "/$File/" +
attach + "\">" + title1 + "</a>"; "<br>")+">";

launchAttachment
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Lotus Domino.

Looking for relevant Lotus Domino Whitepapers? Visit the SearchDomino.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register