Saphirah
Active member
- Local time
- Today, 20:41
- Joined
- Apr 5, 2020
- Messages
- 163
Hello everyone,
i have an ActiveX webbrowser control in my access database which is supposed to show PDF's.
On some of our machines the webcontrol only shows a dark gray area.
This is the code i use to open the pdf:
I made sure the path for the pdf is correct. As stated, some machines do show the pdf and some don't.
This probably has nothing to do with access but if you experienced something similar and have a workaround i would be glad for any help.
Thank you very much!
i have an ActiveX webbrowser control in my access database which is supposed to show PDF's.
On some of our machines the webcontrol only shows a dark gray area.
This is the code i use to open the pdf:
Code:
WebBrowser.Navigate "T:\Path\To\File\FileName.pdf"
This probably has nothing to do with access but if you experienced something similar and have a workaround i would be glad for any help.
Thank you very much!