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.
Hi, We are moving from 7.1.4 to 7.6.9. In 7.6.9, while i am trying to enable the border, there is an extra blank line added to the header. Have any of you encountered similar problem. If you have a solution or a work around, please share it with me.
For reference I am giving the code below.
-*code without style
TABLE FILE CAR
PRINT
CAR
BY COUNTRY
HEADING CENTER
"TEST"
ON TABLE SET ONLINE-FMT EXL2K
END
-*code witho style - Border enabled
TABLE FILE CAR
PRINT
CAR
BY COUNTRY
HEADING CENTER
"TEST"
ON TABLE SET ONLINE-FMT EXL2K
ON TABLE SET STYLE *
TYPE=REPORT, COLUMN = COUNTRY, BORDER-RIGHT=LIGHT,$
ENDSTYLE
END
This message has been edited. Last edited by: Kerry,
Regards, Kasi Krishnan WF 7.1.4 & WF 7.6.9: Databases - DB2, SQL Server 2000. OS: Windows & AIX
TABLE FILE CAR PRINT CAR BY COUNTRY HEADING CENTER "TEST" ON TABLE SET ONLINE-FMT EXL2K ON TABLE SET STYLE * TYPE=REPORT, COLUMN = COUNTRY, BORDER-RIGHT=LIGHT,$ ENDSTYLE END
I do not receive the same line...
I am assuming that you are not referring to the pagenum line that is added which can be removed using ON TABLE SET PAGE-NUM NOLEAD