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.
We are using WebFocus release 7.64 Some of our user are using Open Office version 2.4 instead of Microsoft. When using Open Office and running a report in Excel the report does not open. Is anyone else using Open Office ?
Posts: 69 | Location: OH | Registered: November 09, 2004
WebFocus has no idea what Open Office is and currently does not care. If Microsoft ever support an industry standard for Open source document formats then that might change and the world will be a happier place.
Solutions, In a mixed environment difficult because it is controlled primarily by the MIME type configurations in WebFocus and your application server and also by browser settings for which application should open which file extensions automatically. It is also dependant on whether a plugin for the browser is available to allow it to open the document.
Basic problem is that Open Office does not know what a .mht document is (that is what WebFocus generates not a .xls).
look at the following post from 2005 which offers a solution. You will have to buy a piece of addon software but it's cheap and means that both Open Office and true Excel users can work with no difference.
SET PAGE=NOLEAD
-RUN
TABLE FILE CAR
SUM SALES
ACROSS BODYTYPE AS ''
BY COUNTRY
BY MODEL
HEADING
"Car Sales"
" "
ON TABLE SET HTMLCSS ON
ON TABLE HOLD AS H001 FORMAT HTML
ON TABLE SET STYLE *
TYPE=REPORT, FONT='Arial', SIZE=10, COLOR=BLACK, STYLE=NORMAL, GRID=OFF, $
TYPE=HEADING, COLOR=NAVY, STYLE=BOLD, SIZE=11, $
TYPE=TITLE, COLOR=BLUE, STYLE=BOLD, $
TYPE=ACROSSVALUE, COLOR=BLUE, STYLE=BOLD, $
ENDSTYLE
END
-RUN
SET HTMLFORMTYPE=XLS
-RUN
-HTMLFORM H001
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