- Lucía Quiñones
- PowerBuilder
- Thursday, 28 July 2022 05:07 AM UTC
Hello
we have a problem in power builder 2017 or power builder 11.5 with internet explorer and edge.
Using the ole_browser object of type microsoft web browser and using microsoft internet explorer as web browser it works and we can upload files to a java servlet connecting as follows:
ole_object_upload.object.connecttonewobject("InternetExplorer.Application")
ole_object_upload.object.Navigate(ls_url,0,4,lblobParam,lBlobHeader)
ole_object_upload.object.disconnectobject( )
Being ls_url the URL of the servlet, for example "https://xxxxxxxxxxxxxxxxx", in the BLOB field we send the attached file.
However, disabling Microsoft Internet Explorer in Windows 10 and setting Microsoft Edge as the default browser and enabling Edge Compatibility Mode with Microsoft Internet Explorer works randomly and does not give any errors.
We have tried to Change this: connecttonewobject("InternetExplorer.Application") by connecttonewobject("Edge.Application") and it doesn't work or give an error.
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.