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.
You should be able to add it but since it will be in the core code you will have to insure that you document it so that you can repeat the modification each time you upgrade. Someone here may know the precise file to modify but I would suggest you open a case so that you can get exact instructions for your version of WF.
WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003
I found it. It is created by the following file: ibi\WebFOCUS77\webapps\webfocus\worp\jsp\layout\WORP_Layout.jsp I shall modify it later in the week on our sandbox and post my results back here.
In the above code, the DOC TYPE is set only for aa_gbv and ab_gbv, for other views IBI default setting is used. I understand that this file might need to be replaced when we apply any hotfixes/upgrades (version 8 is years away for us). Any other disadvantages/thoughts on using this approach? Thanks!
In the above code the DOC TYPE I wanted is applied only for aa_gbv and ab_gbv. I understand that when we upgrade/apply hotfixes I might need to add these lines again. Any other disadvantages/thoughts? Thanks!
Originally posted by raj_t: I found it. It is created by the following file: ibi\WebFOCUS77\webapps\webfocus\worp\jsp\layout\WORP_Layout.jsp I shall modify it later in the week on our sandbox and post my results back here.
Edited ibi\WebFOCUS77\webapps\webfocus\worp\jsp\layout\WORP_Layout.jsp file to include the following (just before the tag):
In the above code the DOC TYPE I wanted is applied only for aa_gbv and ab_gbv. I understand that when we upgrade/apply hotfixes I might need to add these lines again. Any other disadvantages/thoughts? Thanks!