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.
Is there a way to format specific text in headers/footers? Like this: Transaction PST_DT from a prior month can appear in the following month AS_OF_DT. These will be highlighted in YELLOW
-> could the word YELLOW actually have a background of yellow?
Currently, it's the entire line TYPE=FOOTING, LINE=2, OBJECT=TEXT, ITEM=1, BACKCOLOR=RGB(255 255 153),
ThanksThis message has been edited. Last edited by: FP Mod Chuck,
WF (App Studio) 8.2.01m / Windows Mainframe FOCUS 8
Hi Bob, You could do this by inserting spot markers <+0> on both sides of the word you want to highlight and then set the background color for that item.
Here is an example:
TABLE FILE CAR
SUM
CAR.BODY.SEATS
CAR.BODY.DEALER_COST
CAR.BODY.SALES
BY CAR.ORIGIN.COUNTRY
BY CAR.COMP.CAR
BY CAR.CARREC.MODEL
BY CAR.BODY.BODYTYPE
ON TABLE SUBHEAD
"Amazing <+0>Yellow <+0>Cars"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
TYPE=TABHEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
SIZE=22,
$
TYPE=TABHEADING,
LINE=1,
OBJECT=TEXT,
ITEM=2,
SIZE=22,
BACKCOLOR='YELLOW',
$
TYPE=TABHEADING,
LINE=1,
OBJECT=TEXT,
ITEM=3,
SIZE=22,
$
ENDSTYLE
END
WebFOCUS 8.0.09 App Studio 8009 Linux Kernel-2.6 DBMS: Oracle 11g all output (Excel, HTML, AHTML, PDF)
Posts: 90 | Location: Oklahoma City, Oklahoma | Registered: July 01, 2010
Bob, Double check your line number and item number for the word you want the background color changed is correct. BACKGROUND setting applied when line number and item numbers are found.
WebFOCUS 8.0.09 App Studio 8009 Linux Kernel-2.6 DBMS: Oracle 11g all output (Excel, HTML, AHTML, PDF)
Posts: 90 | Location: Oklahoma City, Oklahoma | Registered: July 01, 2010