As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I had my boss call me in saying a dashboard didn't work. I checked on my machine and it did. Looking into it, he's using IE11, and I'm using IE10.
The dashboard was originally made in WebFocus 7.6, and then migrated to 8.104. I'm unsure of how to even begin solving this issue or what could be causing it.
My simplest thought, is that it just flat out won't work properly with IE11, or does he need to have some options turned off?
Any thoughts would be great, thanks.This message has been edited. Last edited by: FP Mod Chuck,
WebFocus 8.104 Windows 7 Entreprise, SP1
Posts: 82 | Location: Abbotsford BC | Registered: March 15, 2010
At a guess, your problem is due to the X-UACompatibility meta tag that HTML Composer includes in the HTML pages it creates.
In older versions of WF, this was set to IE=10, while recent versions set it to IE=Edge.
The effect of that meta-tag is that IE11 switches to IE10 Compatibility mode, which in my experience is not actually all that compatible with IE10.
Editing the HTML with recent tools and then saving it will fix that issue. Chances are non-zero that it will also break things like chaining, causes styling changes, etc. It appears compatibility hasn't entirely kept up with progress there
The other option is manually editing the HTML to modify that attribute.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Editing the HTML with recent tools and then saving it will fix that issue. Chances are non-zero that it will also break things like chaining, causes styling changes, etc. It appears compatibility hasn't entirely kept up with progress there Wink
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
The issue was that when he clicked the "run" button on a report it didn't load. I did extra research after posting yesterday and he just viewed it in Chrome, which solved the basic problem.
In the long run, we're going to migrate to the latest release of 8.2 and I'll rebuild many of our legacy pages built in 7.6. (They're all 5 to 8 years old now and look very dated.)
Thanks everyone the pointers and suggestions, very helpful!
WebFocus 8.104 Windows 7 Entreprise, SP1
Posts: 82 | Location: Abbotsford BC | Registered: March 15, 2010