Hi guys, I've a question for you.
I would like to create a page where I've a repeater that contains list of file stored in a specific folder (so far so good).
The problem is that customer would like to have a preview of the file (they're alwys .pdf files) in the page.
The idea is that when user changes the record selected, the preview changes.
My question is how can I manage the preview (is there a way in Nav or I have to use an Add-in)?
Thx all!
~Rik~
It works as expected... More or Less...
0
Answers
I would go for a Addin with a webbrowser control, this should be able to preview most files.
There is such a webbrowser addin available in the download section.
http://www.mibuso.com/dlinfo.asp?FileID=1368
For now many thx again!
It works as expected... More or Less...
With this add-in I wrote a process that allows user to link Sales Shipment Headers to their PDF.
The only "problem" is that user can't Rename the file while he's watching it in the Preview.
I solved this calling the Rename process in the OnClosePage() trigger.
Thx again deV.ch.
It works as expected... More or Less...