Jump to content

The grey line under the Epic Category: image.png90672 2.76...


robert fuschetto

Recommended Posts

The grey line under the Epic Category:

 

image.png90672 2.76 KB

 

Here is the code, and it also seems the GUI does not let you go to the Appearance tab and set borders for the Total line!..For now Id just like to get rid of the grey line!

FYI - this is App Studio and the Years going across are an: ACROSS sort column with the Title hidden. Not sure what to change below:

.

.

.

ON TABLE COLUMN-TOTAL AS TOTAL

ON TABLE PCHOLD FORMAT HTML

ON TABLE SET HTMLEMBEDIMG ON

ON TABLE SET HTMLCSS ON

ON TABLE SET STYLE *

INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty,

$

TYPE=DATA,

COLUMN=N1,

SIZE=8,

STYLE=BOLD,

$

TYPE=DATA,

ACROSSCOLUMN=N1,

SIZE=8,

STYLE=BOLD,

$

TYPE=DATA,

ACROSSCOLUMN=N2,

BORDER-RIGHT=LIGHT,

SIZE=8,

STYLE=BOLD,

$

TYPE=TITLE,

COLUMN=N1,

SIZE=8,

BACKCOLOR=BLUE,

$

TYPE=TITLE,

ACROSSCOLUMN=N1,

SIZE=8,

BACKCOLOR=BLUE,

$

TYPE=TITLE,

ACROSSCOLUMN=N2,

BORDER-RIGHT=LIGHT,

BORDER-RIGHT-COLOR=WHITE,

SIZE=8,

BACKCOLOR=BLUE,

$

TYPE=ACROSSVALUE,

ACROSS=1,

BORDER-LEFT=LIGHT,

BORDER-RIGHT=LIGHT,

$

TYPE=ACROSSTITLE,

ACROSS=1,

BORDER-TOP=OFF,

BORDER-BOTTOM=OFF,

BORDER-LEFT=OFF,

BORDER-RIGHT=OFF,

$

TYPE=GRANDTOTAL,

SIZE=10,

COLOR=WHITE,

BACKCOLOR=BLUE,

STYLE=BOLD,

$

TYPE=GRANDTOTAL,

OBJECT=TAG,

SIZE=8,

$

ENDSTYLE

END

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...