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.
Any solutions people come up with will be quite different for HTML and PDF. For PDF, using CSS styling you may be able to add a border-bottom to the table cells that contain the column titles, but you will require some spacing between each cell or the borders will stick together.
Here is a quick and dirty HTML example:
TABLE FILE CAR
PRINT
*
HEADING
"WEBFOCUS REPORT"
WHERE READLIMIT EQ 100
WHERE RECORDLIMIT EQ 100
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLE *
TYPE=REPORT, GRID=OFF, $
TYPE=TITLE, CLASS=COLTITLE, $
ENDSTYLE
ON TABLE HOLD AS H001 FORMAT HTMTABLE
END
-RUN
-HTMLFORM BEGIN
<HTML>
<HEAD>
<STYLE>
BODY { font-family: Arial, sans-serif; font-size: 12px; }
TD { font-size: 12px; }
U { text-decoration: none; }
.COLTITLE { color: navy; border-bottom: 2px solid navy; }
</STYLE>
</HEAD>
<BODY>
!IBI.FIL.H001;
</BODY>
</HTML>
-HTMLFORM END
The styling for "U" is to remove the text underline that WebFOCUS puts on the column titles.
I don't have a quick solution for PDF, but someone else may have.This message has been edited. Last edited by: Francis Mariani,
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
Somebody's not spending enough time with their "Summary of New Features" manual.
Here you go. Version 7.6.9 required: Syntax: How to Extend an Underline to the Entire Report Column TYPE = TITLE, [COLUMN = colspec,] STYLE = [+|-]EXTUNDERLINE ,$ where:
colspec Is any valid column specification.
+EXTUNDERLINE Adds the EXTUNDERLINE option to the inherited text style or specifies a combination of text styles (for example, STYLE=BOLD+UNDERLINE).
-EXTUNDERLINE Removes the EXTUNDERLINE option from the inherited text style.
Reference: Usage Notes for the EXTUNDERLINE Attribute HTML format is not supported because the browser calculates the column width and renders the report. GRID=ON and EXTUNDERLINE are mutually exclusive since the GRID line spans the width of the column. GRID overrides any styling specified for the column title underline.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
"Yikes"... Me too "not spending enough time with their 'Summary of New Features' manual"... A lot of catching up... I'm on 764. Of course, different formats as well... "How to Extend an Underline to the Entire Report Column" does not apply to HTML. Does it apply to EXL2K and PDF? I'm hoping so.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
I realized that this would not help solve the current problem as it would require an upgrade to get the functionality, but I had just read this a couple days ago, so I wanted to make you aware that is is now available. For those on previous version (which sounds like everybody) you'll have to resort to some of that "trickery."
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007