Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] how to color your grid in html format report.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] how to color your grid in html format report.
 Login/Join
 
Master
posted
I coded this nice sample report with colored columns and sweet silver backcolor for the titles...
Can anyone help me get the grid to be colored too? Like gray borders?

quote:

TABLE FILE CAR
PRINT CAR
MODEL
BY COUNTRY
HEADING
"Sales Report for England"
" "
" "
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET STYLESHEET *
TYPE=REPORT,
GRID=ON,
$
TYPE=HEADING,
JUSTIFY=CENTER,
STYLE=BOLD,
$
TYPE=HEADING,
LINE=1,
OBJECT=TEXT,
FONT=ARIAL,
SIZE=11,
COLOR=RED,
$
TYPE=TITLE,
COLOR=BLACK,
STYLE=NORMAL,
BACKCOLOR='SILVER',
$
TYPE=DATA,
COLUMN=1,
FONT=ARIAL,
SIZE=10,
COLOR=BROWN,
$
TYPE=DATA,
COLUMN=2,
FONT=ARIAL,
SIZE=10,
COLOR=PURPLE,
$
TYPE=DATA,
COLUMN=3,
FONT=ARIAL,
SIZE=10,
COLOR=BLUE,
$
ENDSTYLE
END
-RUN

-EXIT


Thanks! Roll Eyes

This message has been edited. Last edited by: Kerry,


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Virtuoso
posted Hide Post
TYPE=REPORT,
BORDER-TOP=MEDIUM,
BORDER-BOTTOM=MEDIUM,
BORDER-LEFT=MEDIUM,
BORDER-RIGHT=MEDIUM,
BORDER-TOP-COLOR='SILVER',
BORDER-BOTTOM-COLOR='SILVER',
BORDER-LEFT-COLOR='SILVER',
BORDER-RIGHT-COLOR='SILVER',
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Gold member
posted Hide Post
I don't get colored borders when I add Prairie's code to the original code. Does it work for other folks?
 
Posts: 60 | Location: Ellensburg Washington | Registered: May 22, 2009Report This Post
Expert
posted Hide Post
Add ON TABLE SET HTMLCSS ON which should help.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] how to color your grid in html format report.

Copyright © 1996-2020 Information Builders