Hi all,
Is there a way to show PDF document directly in NAV (v. 5), or to dynamically control PDF reader from NAV code ?
My problem is the following : my list form is based on a table containing .pdf documents file name, and I would like to have a control in my form showing the pdf document selected, and update this preview as I select another record (or update the document shown on pdf reader if it's not possible directly in NAV).
Thanks for your help
0
Comments
A way is to use shell command. So you can launch your PDF easily, with something like :
Regards,
dkone.
EDIT : I misread your post and reply to quickly... A post that could help you : viewtopic.php?f=23&t=8309