If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Active report MHT-file not working in IE11 (windows 7)

Started by dblinde, 14 Jul 2014 04:41:23 AM

Previous topic - Next topic

dblinde


When migrating from XP IE8 to Windows 7 +IE11 we are not able to open the created MHT-files from the active reports.

From within Cognos it is working well, however the downloaded MHT files are displayed as text.

any clues?

Daan Blinde

MFGF

Quote from: dblinde on 14 Jul 2014 04:41:23 AM
When migrating from XP IE8 to Windows 7 +IE11 we are not able to open the created MHT-files from the active reports.

From within Cognos it is working well, however the downloaded MHT files are displayed as text.

any clues?

Daan Blinde

Hi,

Have you enabled compatibility mode in IE11? If memory serves, the supported environments page lists it as supported only when using compatibility mode...

Cheers!

MF.
Meep!

mondans.sureshbabu

Quote from: MFGF on 16 Jul 2014 04:20:54 AM
Hi,

Have you enabled compatibility mode in IE11? If memory serves, the supported environments page lists it as supported only when using compatibility mode...

Cheers!

MF.

There you are Meep ! ! This one worked for me. Hopefully it does to Daan as well.

-Suresh

chalapati4u

Hi

Can some one guide me the steps.
Where to set the compatible mode enable?

thanks,
chala

MFGF

Meep!

chalapati4u

Hi MF,
Thanks for the mail,
But still i am unable to freeze the list headers in Cognos 10.2.1 version with Internet Explorer 11.
But in Internet explorer 8 the code is working fine. please find the attached .txt file.

Right now we are facing problem in IE11.

Thanks,
Chalapathi CV

MFGF

Quote from: chalapati4u on 21 Aug 2015 03:05:59 PM
Hi MF,
Thanks for the mail,
But still i am unable to freeze the list headers in Cognos 10.2.1 version with Internet Explorer 11.
But in Internet explorer 8 the code is working fine. please find the attached .txt file.

Right now we are facing problem in IE11.

Thanks,
Chalapathi CV

Freeze headers? In an Active Report??
Meep!

chalapati4u

Hi MF,

Yes, Cognos Version is 10.2.1 and Internet explorer 11.

Crosstab Column freeze is not working.
attached the .txt file.

below is the html tag i am using in the report.

<style type="text/css">
.freezeCorner{font-weight: bold;vertical-align: top;text-align: center;padding: 4px 5px 4px 6px;background-color: #FFFFFF;color: #444444;border: none;top: expression(parentNode.parentNode.parentNode.parentNode.scrollTop-1);left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);position: relative;z-index:10;}
.freezeRows{vertical-align: top;padding: 4px 5px 4px 6px;background-image: url(../reportstyles/images/silver_grad.png);background-position: left top;background-repeat: repeat-x;background-color: #E7E5E5;color: #333333;border: 1px solid silver;left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);position: relative;}
.freezeColumns{vertical-align: top;padding: 4px 5px 4px 6px;background-image: url(../reportstyles/images/silver_grad.png);background-position: left top;background-repeat: repeat-x;background-color: #E7E5E5;color: #333333;border: 1px solid silver;top: expression(parentNode.parentNode.parentNode.parentNode.scrollTop-1);position: relative;}
</style>



chalapati4u


MFGF

Quote from: chalapati4u on 21 Aug 2015 04:16:06 PM
Hi MF,

Yes, Cognos Version is 10.2.1 and Internet explorer 11.

Crosstab Column freeze is not working.
attached the .txt file.

below is the html tag i am using in the report.

<style type="text/css">
.freezeCorner{font-weight: bold;vertical-align: top;text-align: center;padding: 4px 5px 4px 6px;background-color: #FFFFFF;color: #444444;border: none;top: expression(parentNode.parentNode.parentNode.parentNode.scrollTop-1);left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);position: relative;z-index:10;}
.freezeRows{vertical-align: top;padding: 4px 5px 4px 6px;background-image: url(../reportstyles/images/silver_grad.png);background-position: left top;background-repeat: repeat-x;background-color: #E7E5E5;color: #333333;border: 1px solid silver;left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);position: relative;}
.freezeColumns{vertical-align: top;padding: 4px 5px 4px 6px;background-image: url(../reportstyles/images/silver_grad.png);background-position: left top;background-repeat: repeat-x;background-color: #E7E5E5;color: #333333;border: 1px solid silver;top: expression(parentNode.parentNode.parentNode.parentNode.scrollTop-1);position: relative;}
</style>

That looks like the technique from the Proven Practices website - which is for "normal" (ie non-active) reports and older browser versions. As far as I know there is no guaranteed way to do this in Active Reports.

http://www.cognoise.com/index.php?topic=22458.0

MF.
Meep!

chalapati4u

Yes i think so, I am searching for resolve this issue in Active Report.