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.
We are trying to come up with a standard way to visually separate our subtotal sections. Our old tool used boxes.
We are currently using bold for the SUHEAD and SUBFOOT and indentation for the detail.
However, We like the idea of using the UNDER-LINE, but it is too thick and overpowers the page. Is there a way to make it thinner in a PDF?This message has been edited. Last edited by: Kerry,
Judy Miller Software Engr, Decision Support Prism Group, Inc. Email: judy@prism-grp.com
WebFOCUS 7.6.9 Windows XP Output: PDF, Excel, COMT
Posts: 18 | Location: Colorado Springs, CO | Registered: January 23, 2008
There are a couple of different ways to do this. Probably the easiest would be to add
TYPE=UNDERLINE, COLOR=SILVER, $
to your stylesheet. This doesn't change the width of the line, but changing it to silver (or gray or whatever rgb shade you want) decreases the significance of the underline. You could also remove the UNDER-LINE and add it in a SUBFOOT, then you could change the font size and/or style to make it look however you like.
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
You could probably accomplish what you are trying to do with the BORDER setting. If you would like to try to do this with a SUBFOOT here's an example that may help. The trick is to change the TOPGAP and BOTTOMGAP to 0, change the BACKCOLOR to the color you would like for the line and then change the font SIZE to be 1 or 2 depending on how thick the line should be.
TABLE FILE CAR PRINT RCOST AS 'RCOST' DCOST AS 'DCOST' BY COUNTRY BY CAR BY MODEL BY BODYTYPE AS 'BODY' ON COUNTRY SUBTOTAL ON COUNTRY SUBFOOT " " ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * TYPE=REPORT, SQUEEZE=ON, GRID=OFF, LEFTGAP=0, RIGHTGAP=0.100, FONT='ARIAL',$ TYPE=SUBFOOT, TOPGAP=0, BOTTOMGAP=0, SIZE=1, BACKCOLOR=RED,$ ENDSTYLE END
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003