Issue
Using 3.7.106 and want to display a PDF file on a Niagara G3 / AX graphic. It's been done in the past but with "Default Web Profile" "Applet Reload on Hyperlink" set to "False" the PDF does not display.
Is there a way to do it without setting the "Applet Reload on Hyperlink" to "True"?
Product Line
TAC IA Series
Environment
Niagara G3 / AX revision 3.7.106 and higher
Cause
More secure changes made to G3 / AX
Resolution
Instead of creating a hyperlink button with hyperlink:
file:^blahblah.pdf
Use:
http://137.19.60.55/ord?file:^blahblah.pdf
This opened the PDF in the browser (it left the default web profile but the back button returned to it).