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
Last Answered:
Sep 9 2008 3:18 PM GMT by Mrg 
285 pts.