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're currently in the process of upgrading from WebFocus 7.7.05 to 8.2.06. The table headers in our AHTML formatted reports are now being wrapped in a div with a fixed width. So, the html looks something like this:
- table id="ITableData0"
- tr
- td colspan="4" align="CENTER"
- div style="width:64px;"
- span ....TABHEADING text is here
In 7.7, that div was there but it had no specified width so the text could stretch across the entire top. Now it's confined to a tiny box (the main table itself is 550px wide) which makes the text wrap, pushing the content down the page and generally just looks ridiculous. The TABHEADING is styled like this:
In a different report, the main table is 1803px and the heading div is 86px. I don't see any obvious relation between the two widths. I've tried looking through the json files in srv82\home\etc\ar_v1 (found by searching for irpcfg.js based on what I found in the the 8.0.10 docs, though it now seems to be irpcfg.json in 8.2.06) there's no obvious corresponding style.
Does anyone know if there's a way to turn this off or at least specify some saner width?This message has been edited. Last edited by: FP Mod Chuck,