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.
Read-Only TopicGo
Search
Notify
Admin
New PM!
Platinum Member posted May 12, 2011 03:03 PM
Hello,
I am using the following style:
TYPE=REPORT,
COLOR='BLACK',
FONT='VERDANA',
UNITS=IN,
SIZE=7,
SQUEEZE=ON,
GRID=ON,
PAGESIZE='A4',
$
TYPE=REPORT,
LINES-PER-PAGE=UNLIMITED,
ALLOW-FREEZE=OFF,
ALLOW-HIDE=OFF,
ALLOW-EXPORT=OFF,
ALLOW-ROLLUP=OFF,
ALLOW-COMMENTS=OFF,
ALLOW-WINDOW=OFF,
ALLOW-SENDEMAIL=OFF,
ALLOW-SAVECHANGE=OFF,
ALLOW-PRINT=OFF,
ALLOW-ACCORDION=OFF,
ALLOW-GRID=OFF,
$
TYPE=REPORT,
OBJECT=STATUS-AREA,
JUSTIFY=RIGHT,
PAGE-LOCATION=TOP,
COLOR='WHITE',
BACKCOLOR=RGB(115 150 191),
$
TYPE=REPORT,
OBJECT=MENU,
COLOR='WHITE',
HOVER-COLOR=RGB(51 51 51),
BACKCOLOR=RGB(115 150 191),
HOVER-BACKCOLOR='GRAY',
BORDER-COLOR='SILVER',
$
TYPE=REPORT,
OBJECT=CURRENT-ROW,
HOVER-BACKCOLOR=RGB(200 200 200),
BACKCOLOR=RGB(193 203 222),
$
TYPE=HEADING,
LINE=1,
COLOR=RGB(84 118 178),
STYLE=BOLD,
JUSTIFY=CENTER,
$
TYPE=FOOTING,
LINE=1,
JUSTIFY=RIGHT,
$
type=title,
style=bold,
COLOR='WHITE',
BACKCOLOR=RGB(115 150 191),
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
BORDER-TOP-COLOR=RGB(200 200 200),
BORDER-BOTTOM-COLOR=RGB(200 200 200),
BORDER-LEFT-COLOR=RGB(200 200 200),
BORDER-RIGHT-COLOR=RGB(200 200 200),
$
type=data,
COLOR='BLACK',
BACKCOLOR=( 'WHITE' RGB(233 233 233) ),
BORDER-STYLE=RIDGE,
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
BORDER-TOP-COLOR=RGB(200 200 200),
BORDER-BOTTOM-COLOR=RGB(200 200 200),
BORDER-LEFT-COLOR=RGB(200 200 200),
BORDER-RIGHT-COLOR=RGB(200 200 200),
$
TYPE=ACROSSVALUE,
style=bold,
COLOR='WHITE',
BACKCOLOR=RGB(115 150 191),
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
BORDER-TOP-COLOR=RGB(200 200 200),
BORDER-BOTTOM-COLOR=RGB(200 200 200),
BORDER-LEFT-COLOR=RGB(200 200 200),
BORDER-RIGHT-COLOR=RGB(200 200 200),
$
TYPE=ACROSSTITLE,
style=bold,
COLOR='WHITE',
BACKCOLOR=RGB(115 150 191),
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
BORDER-TOP-COLOR=RGB(200 200 200),
BORDER-BOTTOM-COLOR=RGB(200 200 200),
BORDER-LEFT-COLOR=RGB(200 200 200),
BORDER-RIGHT-COLOR=RGB(200 200 200),
$
When I use the ACROSS, I get some empty lines (cell), like you can see
here. How can I remove the border? I've tried to do it with javascript but without success, because I can not identify the cells.
Thanks,
Carlos Dias
This message has been edited. Last edited by: Kerry , May 24, 2011 03:47 PM WebFOCUS version: 7.6 Linux/Windows HTML, Excel
Posts: 127 | Location: Aveiro, Portugal | Registered: February 04, 2011
IP
Expert The image link does not show an image.
The REPORT stylesheet setting GRID=OFF removes the grid for the whole report - I suppose that's not what you're looking for.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005
IP
Platinum Member Hello Francis,
I tried the link and works...
I need to set the GRID to ON. But I don't what to show the border in the empty cells (on the left).
Thanks,
Carlos Dias
WebFOCUS version: 7.6 Linux/Windows HTML, Excel
Posts: 127 | Location: Aveiro, Portugal | Registered: February 04, 2011
IP
Guru Styling on the Basic... BORDER-LEFT
Thanks, Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
IP
Expert Perhaps your should turn GRID OFF for everything, then only turn the grid on for the bits that need it.
Waz... Prod: WebFOCUS 7.6.10/8.1.04 Upgrade: WebFOCUS 8.2.07 OS: Linux Outputs: HTML, PDF, Excel, PPT In Focus since 1984 Pity the lost knowledge of an old programmer!
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006
IP
Please Wait. Your request is being processed...
Read-Only TopicCopyright © 1996-2020 Information Builders