You can open a WinWord-Document within Navision with the SHELL-statement such as ..
SHELL ('C:\Office\WinWord.EXE
\Documents\Navision\MyDocument.doc);
But you can achieve the same with the Hyperlink statement:
hyperlink('D:\Documents\Navision\MyDocument.doc');
Of course this works with all registered document types:
hyperlink('MySheet.xls'); --> opens Excel
hyperlink('MyDok.pdf'); --> opens Acrobat
Marcus Fabian
m.fabian@thenet.ch
+41 79 439 78 72
[This message has been edited by fabian (edited 01-08-2000).]
Comments
HYPERLINK('file:\\ServerName\Documents\Navision\MyDocument.doc');
Stamen Delikostov
Team Vision Bulgaria Ltd.
Intelligent Sysytems Bulgaria Ltd.
email: s.delikostiv@intellisyst.com