Reputation: 1432
We have just upgraded our IE browsers from version 10 to 11. And we are not able to fetch crystal reports. When we change the compatibility mode to previous version then it works.
Any suggestions?
Thanks Fahad Mullaji
Upvotes: 0
Views: 1471
Reputation: 264
Try to set up the compatibility header mode on the page or the iframe to force it to run on ie7 or ie5, depending the version of crystal that u use, this worked for me:
or with jquery
$("head, #iframecrystal").append('');
if u have a frame named iframecrystal in the page
Upvotes: 1