Focal Point
[CLOSED] Remove border

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2617017306

May 12, 2011, 03:03 PM
Carlos Dias
[CLOSED] Remove border
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,


WebFOCUS version: 7.6
Linux/Windows
HTML, Excel
May 12, 2011, 04:00 PM
Francis Mariani
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
May 12, 2011, 05:11 PM
Carlos Dias
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
May 17, 2011, 03:34 AM
Ramkumar - Webfous
Styling on the Basic... BORDER-LEFT


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
May 17, 2011, 05:01 PM
Waz
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.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!