Jump to content

Recommended Posts

Posted

So I created this little report but note the height of the Traffic Light is a little taller than the surrounding columns. Why How do I fix this I played around on the Appearance tab to no avail. Must I do something in the code

 

image.png770181 6.59 KB

 

 

image.png310713 10.5 KB

Posted

in fact I see thisso why is col 6 taller

TYPE=TITLE,

COLUMN=N4,

SIZE=10,

COLOR=WHITE,

BACKCOLOR=NAVY,

$

TYPE=TITLE,

COLUMN=N6,

BORDER-RIGHT=OFF,

SIZE=10,

BACKCOLOR=NAVY,

$

TYPE=TITLE,

COLUMN=N7,

BORDER-RIGHT=MEDIUM,

SIZE=10,

COLOR=WHITE,

BACKCOLOR=NAVY,

Posted

TYPE=TABHEADING,

LINE=5,

OBJECT=TEXT,

ITEM=2,

SIZE=8,

BACKCOLOR=RGB(205 205 205),

$

TYPE=TABHEADING,

LINE=5,

OBJECT=FIELD,

ITEM=1,

SIZE=8,

$

TYPE=TABHEADING,

LINE=6,

OBJECT=TEXT,

ITEM=1,

SIZE=8,

$

TYPE=TABHEADING,

LINE=6,

OBJECT=TEXT,

ITEM=2,

SIZE=8,

BACKCOLOR=RGB(205 205 205),

$

Posted

I rather thing that its because for COLUMN=6 you dont have the same formatting than others

Try first to remove any styling to your TITLEs (even DATA) then add them one by one and see which one creates the taller effect

Posted

It was the darn Borders! If I comment them out it works. I had copied this code from elsewhere where the background was clear was I did not want bordersstill why would that make difference!

TYPE=DATA,

COLUMN=N6,

-* BORDER-TOP=OFF,

-* BORDER-BOTTOM=OFF,

-* BORDER-LEFT=OFF,

-* BORDER-RIGHT=OFF,

FONT=WINGDINGS,

SIZE=10,

COLOR=RGB(245 220 40),

JUSTIFY=CENTER,

$

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...