How can I open a PDF file for viewing? My db has a list of PDF files that are stored on the file system. I'd like to provide the option for my users to open/view the file from my application instead of through the file system.
How can I open a PDF file for viewing? My db has a list of PDF files that are stored on the file system. I'd like to provide the option for my users to open/view the file from my application instead of through the file system.
GetContextService("Internet", iinet_base)
iinet_base.HyperlinkToURL(sle_url.text)
It doesn't open the PDF in Adobe Acrobat Reader, but I think this solution will be fine. Thanks again.
~~~Tracy