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'm trying to wrap my entire report in a thin black border. This is going to an HTMTABLE output format for inclusion on a web page.
I can set a background color for TYPE=REPORT and see that there is this blank line between my heading and my column titles that seems to be unaddressable. I can't put a border on it. It inherits the background color of the TYPE=REPORT but won't inherit the border from it. What is this thing, and how the heck do I get a hold of it to put a border around it?
There's a similar line between the body and my footer and another line after the footer, all a mystery to me. All of these get given a unique class ID in the css generated by HTMLCSS ON and get a single nbsp; character dropped into them. Just enough to hose the output.
Bordering the TD tag that the result lands in looks awful -- there's a nasty gap that doesn't match the background color. Is there a simple way to tell Focus to just put a border around the doggone report? It seems like such a basic option I can't understand why it isn't jumping out at me from the help files.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
What the Heck is Between My Heading and My Titles?
Your ears?
Seriously, it's a very annoying line which seems to be generated by turning HTMLCSS on.
TABLE FILE CAR
PRINT
*
HEADING
"WEBFOCUS REPORT"
ON TABLE SET PAGE NOLEAD
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT, SQUEEZE=ON,
FONT='ARIAL', SIZE=8,
BORDER=1, BORDER-COLOR=BLACK,
BACKCOLOR=RGB(230 230 230),
$
ENDSTYLE
END
I don't think you can get rid of it,unless you don't use HTMLCSS ON and use CLASS= in the WebFOCUS style-sheet.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server