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 going to upgrade from 7.1 to 7.6.8 and our company is goint to upgrade to MS Office 2007. Do you know if version 7.6.8 is compatible with Microsoft Office 2007? I can not find a document anywhere that states what WebFOCUS is compatible with in respect to MS Office.This message has been edited. Last edited by: Kerry,
WF 7.6.12, Win08
Posts: 16 | Location: Houston | Registered: April 18, 2007
You would probably have to open a call with techsupport to verify, but 7.6.x IS compatible with Office 2003 and everything in 2003 can be handled by 2007 so I would expect there no be no issues. WF 7.6.x will NOT generate the new format (.docx, .xlsx, .pptx) yet, but Office 2007 does handle the older format that WF currently creates.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
However, you can't create Excel templates using Excel 2007, so if you need that functionality you will need to keep a version of 2003 around somewhere until IBI addresses the change which Microsoft made with 2007.
As Darin says, the .xlsx format that 07 wants and the .xls that wf produces, results in an annoying error box popping up, that might disturb your endusers , and cause alot of techsupport calls.
That's interesting, DW. i've just upped to office 2007 and hadn't discovered that bit in Excel yet. (i'm still looking for the familiar buttons!) thanks for reporting it.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
"The file you are trying to open, '[filename]', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?"
message. you need to add a key to the registry which disables the check. The key does not exist by default and so needs to be addded.
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Security
Value: (DWORD)"ExtensionHardening" = [0 = Disable check; 1 = Enable check and prompt; 2 = Enable check, no prompt deny open]
Default setting if value not present is 1 (enable and prompt).