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 CAR ON TABLE SUBHEAD "Page HEADING "COUNTRY " BY COUNTRY ON TABLE SUBFOOT "1" "******TEST****" ON TABLE SET PAGE-NUM OFF ON TABLE SET HTMLCSS ON ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * TYPE=HEADING,BORDER-TOP=1.0,BORDER-BOTTOM=1.0,BORDER-STYLE=SOLID,$ TYPE=TABFOOTING,LINE=3,BORDER-TOP=1.0,BORDER-BOTTOM=1.0,BORDER-STYLE=SOLID,$ ENDSTYLE END -RUNThis message has been edited. Last edited by: WFDevConsultant,
works fine. probably b/c you are asking for the border around line 3, but you only have 1 line in your tabfooting, and you have one too many " in that line.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I agree with what you are saying but I want to get the border on the alternate lines. See the code below.
TABLE FILE CAR ON TABLE SUBHEAD "Page HEADING "COUNTRY " BY COUNTRY ON TABLE SUBFOOT "testing the border" " NO BORDER NEEDED" "******TEST****" ON TABLE SET PAGE-NUM OFF ON TABLE SET HTMLCSS ON ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * TYPE=HEADING,BORDER-TOP=1.0,BORDER-BOTTOM=1.0,BORDER-STYLE=SOLID,$ TYPE=TABFOOTING,LINE=1,BORDER-TOP=1.0,BORDER-BOTTOM=1.0,BORDER-STYLE=SOLID,$ TYPE=TABFOOTING,LINE=3,BORDER-TOP=1.0,BORDER-BOTTOM=1.0,BORDER-STYLE=SOLID,$ ENDSTYLE END -RUN
Not sure that it's feasible what you're requesting but if it's to highlight some footing and not others, the following maybe an alternative where you use the Alignment grid option and color pattern.
TABLE FILE CAR
BY CAR.ORIGIN.COUNTRY
ON TABLE SUBHEAD
"Page HEADING"
"COUNTRY"
ON TABLE SUBFOOT
"testing the border"
" NO BORDER NEEDED"
"******TEST****"
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
TYPE=TABFOOTING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
COLOR='WHITE',
BACKCOLOR='SILVER',
JUSTIFY=LEFT,
WIDTH=2.000,
$
TYPE=TABFOOTING,
LINE=2,
OBJECT=TEXT,
ITEM=1,
JUSTIFY=LEFT,
WIDTH=2.000,
$
TYPE=TABFOOTING,
LINE=3,
OBJECT=TEXT,
ITEM=1,
COLOR='WHITE',
BACKCOLOR=RGB(51 102 255),
JUSTIFY=LEFT,
WIDTH=2.000,
$
TYPE=HEADING,
BORDER-TOP=1.00,
BORDER-BOTTOM=1.00,
BORDER-TOP-STYLE=SOLID,
BORDER-BOTTOM-STYLE=SOLID,
BORDER-LEFT-STYLE=SOLID,
BORDER-RIGHT-STYLE=SOLID,
$
ENDSTYLE
END
-RUN
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
Adding borders to individual lines in a heading, subheading etc. is not supported. However, as is often the case, there is a way of making it look as you want, messy though it is:
TABLE FILE CAR
BY CAR.ORIGIN.COUNTRY
ON TABLE SUBHEAD
"Page <TABPAGENO"
HEADING
"COUNTRY"
ON TABLE SUBFOOT
" "
"Total count of main items - 150"
" "
" "
"OTHER ITEM Count"
" "
"Other items count - 50"
" "
" "
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=PTS,
$
TYPE=TABFOOTING,
LINE=1,
BACKCOLOR='BLACK',
SIZE=1,
TOPGAP=0.000,
BOTTOMGAP=0.000,
$
TYPE=TABFOOTING,
LINE=2,
TOPGAP=3.500,
BOTTOMGAP=2.000,
BACKCOLOR='WHITE',
$
TYPE=TABFOOTING,
LINE=3,
BACKCOLOR='BLACK',
SIZE=1,
TOPGAP=0.000,
BOTTOMGAP=0.000,
$
TYPE=TABFOOTING,
LINE=4,
BACKCOLOR='WHITE',
TOPGAP=3.500,
BOTTOMGAP=3.000,
$
TYPE=TABFOOTING,
LINE=5,
BACKCOLOR='WHITE',
TOPGAP=3.000,
BOTTOMGAP=3.000,
$
TYPE=TABFOOTING,
LINE=6,
BACKCOLOR='BLACK',
SIZE=1,
TOPGAP=0.000,
BOTTOMGAP=0.000,
$
TYPE=TABFOOTING,
LINE=7,
BACKCOLOR='WHITE',
TOPGAP=3.500,
BOTTOMGAP=3.000,
$
TYPE=TABFOOTING,
LINE=8,
BACKCOLOR='BLACK',
SIZE=1,
TOPGAP=0.000,
BOTTOMGAP=0.000,
$
TYPE=TABFOOTING,
LINE=9,
BACKCOLOR='WHITE',
TOPGAP=4.000,
BOTTOMGAP=0.000,
$
TYPE=HEADING,
BORDER-TOP=1.00,
BORDER-BOTTOM=1.00,
BORDER-TOP-STYLE=SOLID,
BORDER-BOTTOM-STYLE=SOLID,
BORDER-LEFT-STYLE=SOLID,
BORDER-RIGHT-STYLE=SOLID,
$
ENDSTYLE
END
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007