Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] HTML TOC - Save to .htm

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] HTML TOC - Save to .htm
 Login/Join
 
Member
posted
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, 2005Report This Post
<Kathryn Henning>
posted
Hi DWatson,

Does your code resemble the following?

  
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


Thanks and regards,

Kathryn
 
Report This Post
Member
posted Hide Post
Here is my code:

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, 2005Report This Post
<Kathryn Henning>
posted
Hi DWatson,

It looks like all of your BY fields are NOPRINT. As a test, what happens if you remove one of the NOPRINT statements on a BY field?

Thanks and regards,

Kathryn
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] HTML TOC - Save to .htm

Copyright © 1996-2020 Information Builders