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.
TABLE FILE USAGE FULL_USERNAME EVENTS ON TABLE HOLD AS NODERU04 FORMAT HTMTABLE ON TABLE SET PAGE-NUM OFF ON TABLE SET STYLE * TYPE=REPORT, GRID=OFF, $ ENDSTYLE END -RUN
Which gives me this html with the unnecessary blank spaces:
Hi Francis thanks but that hasnt worked I still have two empty table cells above my report. These disappear when I remove GRID=OFF but I want to remove the borders and I need the report at the top of the web page.
WebFOCUS 7611 Windows XP Pro
Posts: 11 | Location: Nottingham, UK | Registered: February 27, 2009
TABLE FILE CAR
SUM SALES BY COUNTRY
ON TABLE HOLD AS NODERU04 FORMAT HTMTABLE
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET STYLE *
TYPE=REPORT,GRID=OFF,$
ENDSTYLE
END
-HTMLFORM BEGIN
!IBI.FIL.NODERU04;
-HTMLFORM END
Another choice is to create a DEFINED field, that has your exact HTML that you want. That is the long way to get your result, but you'll get exactly what you're asking for.This message has been edited. Last edited by: Kerry,
WebFocus 7x, 8x, Win / Linux, any output format
Posts: 70 | Location: reading, pa | Registered: April 07, 2007
TABLE FILE CAR
SUM SALES BY COUNTRY
ON TABLE HOLD AS H001 FORMAT HTMTABLE
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET LINES 998
ON TABLE SET STYLE *
TYPE=REPORT,GRID=OFF,$
ENDSTYLE
END
-HTMLFORM BEGIN
<html>
<body style="margin: 0px;">
!IBI.FIL.H001;
</style>
</html>
-HTMLFORM END
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