Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating document link hotspot

Status
Not open for further replies.

wagnj1

Programmer
Jul 21, 2003
154
CA
using Lotus Notes R5 -

I want to create a hotspot in my email that will act like a hyperlink and open a work document that is in a shared network folder. nothing I do seems to work, if I make the link a URL and then paste the filepath info into the value it tries to open it like a webpage but can't find anything.
Anyone know how to do this nice-and-fancy-like?
 
If you have the designer client installed you can compose your e-mail and add a hotspot button. When you do this the formula pane will open and allow you to add code to the button.

To run a file in a shared folder use the following:

@Command([Execute];"\\\\Server\\Share\\path\\filename")

You need to remember to add a slash before a slash so Notes knows a slash is following.

Hope this helps!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top