1. Pacito Nefulda
  2. PowerBuilder
  3. Wednesday, 20 March 2019 19:22 PM UTC

Hello,

We are using Web Browser in a OLE. My question is how will we know which version of IE is running in PowerBuilder OLE? Is there a way to register which version of IE we would like to use within our OLE object? Let say later version of IE or if we can make use of Microsoft Edge will be great. Hoping to get an answer asap. Thanks 

René Ullrich Accepted Answer Pending Moderation
  1. Thursday, 21 March 2019 07:12 AM UTC
  2. PowerBuilder
  3. # 1

Do you need to know the browser version or the compatibility mode?

You could use JavaScript!

 

Example how to get a value from JavaScript

ole_browser.Object.Document.parentWindow.eval ("myjavascriptvariable=some_expession_or_function;")

mypowerbuildervariable = ole_browser.Object.Document.Script.myjavascriptvariable

 

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 20 March 2019 19:58 PM UTC
  2. PowerBuilder
  3. # 2
Comment
  1. Kevin Ridley
  2. Thursday, 21 March 2019 11:41 AM UTC
Since IE is going to no longer be supported soon, it would be nice to have a Chrome/Firefox web control or some way to make the current MS web control use Chrome/FF.
  1. Helpful
  1. Roland Smith
  2. Thursday, 21 March 2019 12:24 PM UTC
I haven't heard anything new about IE non-support.

There is a Chrome control I saw recently but it is about 800 dollars.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.