Open PDF File from NAV
NAV OLD RELEASES
Shell Application
GLobal Dim
Globals: myShell Automation 'Windows Script Host Object Model'.WshShell
Create(myShell);
MyShell.Run('AcroRd32.exe /A "search=searchString" '"c:\test.pdf"');
Clear(myShell);
NAV 2009 AND 2013 RELEASE
Direct calling
HYPERLINK ('C:\temp\test.pdf')
... very simple !!!!