Resolved display PDF in web browser control
- New
- How-to
-
Riccardo Pasqualetti
- PowerBuilder
- Monday, 17 November 2025 09:26 AM UTC
I have this path and try to use with web browser control but don't work
\\sc-sap10sst/b1_shr/MM1_SBOM1_DEMO_UNICO_FC2/Pdf/DT0170_17112025_10111394990002.pdf
I tried this, but it doesn't work:
wb_1.Navigate("file:///sc-sap10sst/b1_shr/MM1_SBOM1_DEMO_UNICO_FC2/Pdf/DT0170_17112025_10111394990002.pdf")
and this
wb_1.Navigate("file:///\\sc-sap10sst/b1_shr/MM1_SBOM1_DEMO_UNICO_FC2/Pdf/DT0170_17112025_10111394990002.pdf")
This works on edge
"file:///\\sc-sap10sst/b1_shr/MM1_SBOM1_DEMO_UNICO_FC2/Pdf/DT0170_17112025_10111394990002.pdf"
How do I pass it to the web browser control?
Thanks
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.