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 have several FML reports where the indentation does not work in IE11. I use IE11 Developer Tools and have to set the Document Emulation Mode to IE5 before the indentation starts working.
I just thought IE10 was suspect and IE11 was synonymous with "Good Luck"....
I don't think I have any luck running most things in IE11 with 8.0.08... then again my company seems to think that everyone still uses IE8. They will push upgrades for FF and chrome to something within the last year.... But IE... thats stuck back in IE8 here.... Luckily I got Admin rights on my machine... So I develop to IE 9. Seems the most stable for WF out of the IE versions.... I don't even want to think about building for Edge.
SMH
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
I used WF 8.0.08 Dev Studio HTML Composer to create a new HTML page with a meta-tag to force the page to IE8 and this seems to work for reports within the iframe. If the report is run outside the iframe, they will only work if Compatibility Mode is on, or if you use Developer Tools and set the compatibility mode to IE5 (!)
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Update: After making everything work in our Dev environment, I deployed the files to the QA environment. Indenting does not work in this environment. I determined it was because the QA, UAT and Prod environments are using IE11 in Enterprise Mode with emulation set to IE9. BUT this emulation overrides the IE8 emulation I set in the files!!!!
The only thing I can think of is to use the old DOCTYPE that DevStudio v7.7.03 HTML Composer used and remove the X-UA-Compatible header. This seems to override the IE11 Enterprise Mode IE9 emulation and sets the page to IE5. This then allows indentation to work.
BUT these pages do not work in DEV where we do not use IE11 in Enterprise Mode.
Microsoft and WebFOCUS working hand-in-hand. NOT.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
It's this difficult because Information Builders hitched their wagon to Internet Explorer and forgot to ditch it when everyone else did. They should have been generating standards-compliant HTML years ago. I think the problem is that the indentation is achieved with span tags that have a specific width. But these spans are generated without any content, so modern web browsers collapse the span to zero or 1 pixel.
I'd be curious to see FML hierarchic HTML generated by v8.1.04 or v8.1.05.This message has been edited. Last edited by: Francis Mariani,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Simple test. Run the fex below. This is taken from the manual: Creating Reports With WebFOCUS Language > Creating Financial Reports With Financial Modeling Language (FML) > Reporting Dynamically From a Hierarchy > Displaying an FML Hierarchy
SET BLANKINDENT=ON
TABLE FILE CENTGL
PRINT GL_ACCOUNT_PARENT
FOR GL_ACCOUNT
3000 WITH CHILDREN 2
END
In WF 8.0.08 and IE11, the indentation does not work. Using Developer Tools, I have to set the emulation mode to IE5 before it works. I betcha that in WF 8.1* there's something in the span, a perhaps...This message has been edited. Last edited by: Francis Mariani,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
(the default for spans is 'inline', which ignores any width)
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 :
Been trying to replicate some of IBI's tablesaw.js functionality and if you look at the page source, you can see quality tool-generated code in action...*rolls eyes*
Thank you for participating in the Focal Point Forum.
Kindest regards, Tamra Colangelo Focal Point Moderator - Information Builders Inc. * Summit 2016 – June 13-17 in Reno, Nevada - http://www.informationbuilders.com/events/summitThis message has been edited. Last edited by: Tamra,
WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
Posts: 487 | Location: Toronto | Registered: June 23, 2009