-
Derek Feagin
- PowerBuilder
- Friday, 18 July 2025 01:43 PM UTC
We have an application that opens a window to a URL so that the user can interact with what was a Bing Map. Bing Maps is being retired so we have started to update the page to Azure Maps. You can view the page here in either Chrome or Edge and the page works:
http://sos-toa-map.nppd.com/index.aspx
When we embed the URL in a PB window we get errors like the below. We need the browser window embedded in a PB window as you can see there are buttons that pull the lat long out of the webpage and return them to another screen in PB once they have selected the location.
We saw that there was a maintenance release for PB 2022 R3 so as of yesterday we are now on version 3441. We were hoping that might resolve this issue for us.
This is an application that I have inherited from another person, and I am unfamiliar with PowerBuilder, but I see this is the line of the code that is being used when the window is being called to open. Is there any chance that maybe I need to open this window differently?
sle_url.text = "http://sos-toa-map.nppd.com/index.aspx"
ole_browser.object.navigate(sle_url.text)
So, I am wondering it maybe I need to open it differently so that it is using the new Microsoft WebView2 engine.
Thanks,
Derek
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.