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.
I am saving an HTML document with a table of contents with an extentsion of .htm. The TOC is not being saved with the report which basically makes the report output useless. Is there a way to save the TOC with the HTML document?This message has been edited. Last edited by: <Kathryn Henning>,
Release 773
Posts: 14 | Location: Rochester | Registered: September 22, 2005
TABLE FILE GGSALES
" Test of TOC Feature"
SUM DOLLARS UNITS
BY CATEGORY BY PRODUCT
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT, GRID=OFF, $
TYPE=HEADING, SIZE=16, COLOR=NAVY,$
ENDSTYLE
ON TABLE PCHOLD FORMAT HTML BYTOC
END
TABLE FILE TEMP14 HEADING CENTER "Math History Report "Focus Request SQZMATHH - &DATE" " " PRINT COURSE AS 'Course' FAC_NAME AS 'Instructor' FAC_STATUS AS 'Status' SFRSTCR_CRN AS 'CRN' DIR_NAME AS 'Student Name' SPRIDEN_ID AS 'Student ID' ZSVTEST_MATH_PLACEMENT AS 'Math Placement' TRS094 AS 'TRS 094' MTH080 AS 'MTH 080' MTH098 AS 'MTH 098' MTH099 AS 'MTH 099' MTH104 AS 'MTH 104' MTH160 AS 'MTH 160' MTH165 AS 'MTH 165' MTH175 AS 'MTH 175' MTH210 AS 'MTH 210' MTH211 AS 'MTH 211' MTH212 AS 'MTH 212' MTH220 AS 'MTH 220' MTH225 AS 'MTH 225' MTH230 AS 'MTH 230' REVISED NOPRINT BY FAC_NAME NOPRINT BY COURSE NOPRINT BY SORT_NAME NOPRINT ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * type=title, style=bold,$ type=heading, style=bold, $ type=data, column=ZSVTEST_MATH_PLACEMENT, backcolor=RGB(220 255 255), WHEN=REVISED EQ 'Y', $ ENDSTYLE ON TABLE PCHOLD FORMAT HTML BYTOC END
Release 773
Posts: 14 | Location: Rochester | Registered: September 22, 2005