<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem embeding report in TWebBrowser (IE9) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/455796#M14028</link>
    <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a long time Delphi user and I am about to integrate PowerBI with Delphi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to exchange ideas or even code with you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mind on contact me? eduardo@yashar.com.br&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jul 2018 18:23:03 GMT</pubDate>
    <dc:creator>yashar</dc:creator>
    <dc:date>2018-07-05T18:23:03Z</dc:date>
    <item>
      <title>Problem embeding report in TWebBrowser (IE9)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/312474#M9225</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are developping an application in Delphi Tokyo 10.2 in which we are embeding powerBI reports in a TWebBrowser component.&lt;/P&gt;&lt;P&gt;This component is using IE 9 engine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything was working fine severals weeks ago.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we have problem on postMessage on URL like this :&amp;nbsp;&lt;A href="https://app.powerbi.com/reportEmbed?reportId=" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId=&lt;/A&gt;.........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our process is to load this URL (ie : &lt;A href="https://app.powerbi.com/reportEmbed?reportId=5cacc672-0a61-4972-92bf-5373ac9386d8" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId=5cacc672-0a61-4972-92bf-5373ac9386d8&lt;/A&gt;) in the TWebBrowser and on DocumentComplete event, we execute javascript postMessage(message, '*') with message build in JSON with action : loadReport and accessToken : the generated access token with the right client ID and azure tenant ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why it is nor working anymore in IE 9 ?&lt;/P&gt;&lt;P&gt;It is still working manually in IE10, 11, Edge, Firefox and Chrome but our TWebBrowser component only works with IE9.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help us with this problem?&lt;/P&gt;&lt;P&gt;Any solution to&amp;nbsp;embed&amp;nbsp;powerBI report in a Delphi application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 09:30:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/312474#M9225</guid>
      <dc:creator>Haderach</dc:creator>
      <dc:date>2017-11-28T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem embeding report in TWebBrowser (IE9)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/312571#M9229</link>
      <description>&lt;P&gt;More info : We got this javascript error on loading this URL :&amp;nbsp;&lt;A href="https://app.powerbi.com/reportEmbed?reportId=5cacc672-0a61-4972-92bf-5373ac9386d8" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId=5cacc672-0a61-4972-92bf-5373ac9386d8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.powerbi.com/13.0.3154.215/scripts/powerbiportal.dependencies.externals.bundle.min.js" target="_blank"&gt;https://app.powerbi.com/13.0.3154.215/scripts/powerbiportal.dependencies.externals.bundle.min.js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Line 937, Caracter 8729, Unspecified Error, Code 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then severals javascript errors occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please some help?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 11:07:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/312571#M9229</guid>
      <dc:creator>Haderach</dc:creator>
      <dc:date>2017-11-28T11:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem embeding report in TWebBrowser (IE9)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/316598#M9375</link>
      <description>&lt;P&gt;Does it have to be IE9? This is just the default-mode for maximum compatibility with legacy apps (if I remember correctly, it should be even IE7).&lt;/P&gt;&lt;P&gt;You can easily switch to "cutting edge" by adding a registry key for your binary: &lt;A href="https://msdn.microsoft.com/library/ee330730(v=vs.85).aspx#browser_emulation" target="_self"&gt;MSDN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bastian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: glad to see a Delphi developer these days. I've been one myself for many years.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:24:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/316598#M9375</guid>
      <dc:creator>blumi78</dc:creator>
      <dc:date>2017-12-04T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem embeding report in TWebBrowser (IE9)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/318550#M9406</link>
      <description>&lt;P&gt;Thank you for you reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to change the registry key but it does not work.&lt;/P&gt;&lt;P&gt;It is an incompatibility between powerBi javascript code and TWebbrowser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way we have found to solve this problem is to change the TWebBrowser component by a TChromium component available here :&amp;nbsp;&lt;A href="https://github.com/salvadordf/CEF4Delphi" target="_blank"&gt;https://github.com/salvadordf/CEF4Delphi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:31:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/318550#M9406</guid>
      <dc:creator>Haderach</dc:creator>
      <dc:date>2017-12-06T16:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem embeding report in TWebBrowser (IE9)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/455796#M14028</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a long time Delphi user and I am about to integrate PowerBI with Delphi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to exchange ideas or even code with you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mind on contact me? eduardo@yashar.com.br&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 18:23:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-embeding-report-in-TWebBrowser-IE9/m-p/455796#M14028</guid>
      <dc:creator>yashar</dc:creator>
      <dc:date>2018-07-05T18:23:03Z</dc:date>
    </item>
  </channel>
</rss>

