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 have a compound HTML report I am trying to create. I first started using HTMLTABLE's, but HFREEZE is not supported with it. What I did was just make both HTML's instead of HTMLTABLE's. (Not sure if this is the best way?) It shows both of the reports, but does not respect the font settings I have for the heading on the top report. No matter what I put in the TYPE=HEADING, it seems to come out at a size 8 bold font. Below is an example with the CAR file. Any ideas on how to get the HEADING font to be bigger? Thanks
DEFINE FILE CAR MY_HEADING/A20='TEST CAR HFREEZE'; END TABLE FILE CAR PRINT 'CAR.COMP.CAR' 'CAR.CARREC.MODEL' 'CAR.BODY.BODYTYPE' 'CAR.BODY.DEALER_COST' 'CAR.BODY.RETAIL_COST' HEADING "FOOTING "" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, HFREEZE=ON, SCROLLHEIGHT=2.000000, $ TYPE=TITLE, STYLE=BOLD, $ TYPE=TABHEADING, SIZE=10, STYLE=BOLD, $ TYPE=TABFOOTING, STYLE=BOLD, $ TYPE=HEADING, LINE=1, OBJECT=TEXT, ITEM=1, SIZE=16, STYLE=BOLD, $ TYPE=HEADING, LINE=1, OBJECT=FIELD, ITEM=1, SIZE=16, STYLE=BOLD, $ TYPE=HEADING, LINE=2, OBJECT=TEXT, ITEM=1, SIZE=24, STYLE=BOLD, $ TYPE=FOOTING, STYLE=BOLD, $ TYPE=SUBHEAD, SIZE=10, STYLE=BOLD, $ TYPE=SUBFOOT, STYLE=BOLD, $ TYPE=ACROSSVALUE, SIZE=8, $ TYPE=ACROSSTITLE, STYLE=BOLD, $ TYPE=GRANDTOTAL, STYLE=BOLD, $ ENDSTYLE END DEFINE FILE CAR TEXT1/A5='MTD'; TEXT2/A5='YTD'; END TABLE FILE CAR SUM TEXT1 AS ' ' TEXT2 AS '' 'CAR.COMP.CAR' NOPRINT HEADING "" FOOTING "" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, $ TYPE=TITLE, STYLE=BOLD, $ TYPE=TABHEADING, SIZE=10, STYLE=BOLD, $ TYPE=TABFOOTING, STYLE=BOLD, $ TYPE=HEADING, SIZE=10, STYLE=BOLD, $ TYPE=FOOTING, STYLE=BOLD, $ TYPE=SUBHEAD, SIZE=10, STYLE=BOLD, $ TYPE=SUBFOOT, STYLE=BOLD, $ TYPE=ACROSSVALUE, SIZE=8, $ TYPE=ACROSSTITLE, STYLE=BOLD, $ TYPE=GRANDTOTAL, STYLE=BOLD, $ ENDSTYLE ENDThis message has been edited. Last edited by: Kerry,