clickable field for displaying pdf.....

what I’ve got is a grid that contains documentation on safety and support documents. Is there a way to click on a field say {document_name} in the grid and display the document?

btw I’ve got all of the pertinents of the document in the db, type, location, etc…
tia
Pappy

ok so i’ve got everything setup, and the link is working. But when it displays the pdf file I get:

Here is my code that I used to display the pdf:

thanks for any help…
Pappy

link.jpg

link2.jpg

Hi,
try this one (OnRecord event).

sc_link(document_name,{location},‘Open Document’,’_blank’);

jsb

Hey JSB: Thanks… I looked through those dogone macros trying to find one, and overlooked that one. Tried it, and its bringing up a screen (blank) but at
least it trying to load it. I will play around with it.

Thanks!
Pappy

JSB: Got it working…

works great! thanks for the tip.

Pappy

]