How to open a pdf from a richtext ? (Anyone can help ?)

Hi all,

each document of my view have their own pdf file containing the description. In each doc, there’s a richtext containing the path of the pdf and what I’d like to do is to open the pdf with a button. I tried using the formula command execute with a variable containing the filename but it only opens my notes document, like if Notes didn’t recognize the filename.

Thanks for your help,

Jack

Subject: How to open a pdf from a richtext ?

Why are you storing the path in a rich text field?

Is this in the browser or a notes client?

What formula are you using and where?

Subject: RE: How to open a pdf from a richtext ?

Yes the path is in the richtext field… The browser is Notes client and my formula is @Command([Execute];Filename(value of the richtext);“”)

Thanks