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 need to increase the spacing between two rows of data in HTML report. I tried TOPGAP and BOTTOMGAP, but its applicable only to PDF. Is there any command to control this feature in HTML?
Please help me. Thanks in advance.This message has been edited. Last edited by: Kerry,
WebFOCUS 7.1.4,Linux, HTML,PDF,Excel,CSV
Posts: 25 | Location: Chennai | Registered: August 27, 2008
If you add the following statement to your request the TOPGAP and BOTTOMGAP, as well as many other settings, will be respected.
ON TABLE SET HTMLCSS ON
For example:
TABLE FILE CAR PRINT RCOST DCOST BY COUNTRY BY CAR ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * TYPE=REPORT, TOPGAP=0.25, BOTTOMGAP=0.25,$ ENDSTYLE END
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
I've tried every combination of TOPGAP and BOTTOMGAP and the only thing it does is move the TEXT in the box up or down within the box. I want to make the box smaller in height (in a compound report). How can I do this?