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.
Understanding that ACCESSIBLE=508 disables column titles and pagination, I still need to get a heading on the logical break in the data, what would have been a page break in another formt.
I have tried subheads, and that gives me a break, but they are considered part of the report so no '
' tags are created.
I need some suggestions, please!
P.S. Be kind, you are dealing with an HTML novice.This message has been edited. Last edited by: Kerry,
He wrote "no <TH> tags are created" but didn't "escape" the tag.
Normally, WF codes the column title cells, like the data cells, as TD tags. Section 508 compliancy requires that column-title cells be coded as TH tags, to indicate their descriptive role.
But the '508' setting also suppresses page-breaks, making the report a single continuous table (uninterrupted by page headings, page footings, and repetition of the column-title cell-row). -- That's overkill, since it degrades the rendition of the report for sighted users.
Section 508 Accessibility in WebFOCUS WebFOCUS provides accessibility that meets the requirements set by Section 508. WebFOCUS complies with accessibility requirements as a result of the following features:
The ACCESSIBLE and ACCESSHTML SET parameters generate HTML report output that are Section 508 compliant. ... This HTML code automatically turns off pagination and column titles, page headings display only at the beginning of the report, and page footings are displayed only at the end of the report. This message has been edited. Last edited by: j.gross,
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005