PDF File open

Hello, i want to open an external PDF-File from another server. I thought to try the HYPERLINK(filepath) code, but this doesn´t work if the filepath is in UNC (filepath := ‘\server1\pdf\file1.pdf’) Is there any other solution to open an external pdf-file ? Thanks

Maybe it works if you define a driveletter X which directs to \server1\pdf\ and use: (filepath := ‘X:\file1.pdf’)

Use the WSH instead to run the file. or use : “file://\server1\pdf\file1.pdf” for the hyperlink

Thanks ! It works with “File:” without any problem.

Yes, it always helps to tell the Browser what protocol to use to retrieve a file: HTTP,FTP or even FILE