Forum Discussion
Haderach
8 years agoFrequent Visitor
Problem embeding report in TWebBrowser (IE9)
Hello, We are developping an application in Delphi Tokyo 10.2 in which we are embeding powerBI reports in a TWebBrowser component. This component is using IE 9 engine. Everything was working...
- 8 years ago
Thank you for you reply.
I have tried to change the registry key but it does not work.
It is an incompatibility between powerBi javascript code and TWebbrowser.
The only way we have found to solve this problem is to change the TWebBrowser component by a TChromium component available here : https://github.com/salvadordf/CEF4Delphi
Haderach
8 years agoFrequent Visitor
More info : We got this javascript error on loading this URL : https://app.powerbi.com/reportEmbed?reportId=5cacc672-0a61-4972-92bf-5373ac9386d8
https://app.powerbi.com/13.0.3154.215/scripts/powerbiportal.dependencies.externals.bundle.min.js
Line 937, Caracter 8729, Unspecified Error, Code 0
Then severals javascript errors occur.
Please some help?