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.
when i set a background for the report to, lets say, yellow.
It is still white in some parts( when i try to expand my fields)
Is there a way to make it yellow EVERYWHERE?
i know i must be a little confusing.
here is an example:
TABLE FILE CAR
PRINT
MODEL
BY COUNTRY
BY CAR
ON TABLE SET PAGE-NUM OFF
ON TABLE SET EXPANDABLE ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
SUMMARY='Case Assignments by Div/Grp/Ind',
TITLETEXT='Case Assignments by Div/Grp/Ind',
$
TYPE=REPORT,
BORDER=LIGHT,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR='BLACK',
BACKCOLOR=RGB(238 239 214),
STYLE=NORMAL,
$
TYPE=DATA,
BACKCOLOR=RGB(238 223 162),
$
TYPE=TITLE,
COLOR='WHITE',
BACKCOLOR=RGB(51 51 153),
STYLE=BOLD,
$
TYPE=REPORT,
COLUMN=N2,
WRAP=1.500000,
$
TYPE=REPORT,
COLUMN=N3,
WRAP=1.000000,
$
ENDSTYLE
END
basically, i want the backgroud (when expanded) to not be white... is it possbile?This message has been edited. Last edited by: MadamZuZu,
~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~ PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server) TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode
Stick this on the end of your FEX... It doesn't look that great due to borders and such, but it gives you your background color.
-HTMLFORM BEGIN
<BODY style="BACKGROUND-COLOR: rgb(238,223,162)">
-HTMLFORM END
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF
Hi Also, it seems that it takes a loooooong time to load the accordian report. and an even longer wait time, once i click on one of the expandable (+) signs.
is there a way to fix this too? or, is anyone else having this problem? ... maybe it's just me.
~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~ PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server) TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode