Focal Point
[SOLVED] REMOVE DOUBLE UNDERLINE FOR TITLE IN PDF REPORT

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

April 14, 2014, 06:18 AM
Rakesh Boddu
[SOLVED] REMOVE DOUBLE UNDERLINE FOR TITLE IN PDF REPORT
Hi guys,

I need underline for titles in pdf reports.But i am getting 2 underlines.

Please find the below code

-* File TEST2.fex
TABLE FILE EMPDATA
PRINT
EMPDATA.EMPDATA.DIV
EMPDATA.EMPDATA.DEPT
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=TITLE,
COLUMN=N2,
FONT='ARIAL',
SIZE=10,
STYLE=BOLD+UNDERLINE,
$

ENDSTYLE
END

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8.0.03
Windows, All Outputs
April 14, 2014, 09:07 AM
Prarie
There are underlines already - so you are getting the extra one you are asking for on the second column.
April 14, 2014, 09:37 AM
Rakesh Boddu
Thanks Prarie for quick reply..

No actually i dont have underline.

can you suggest how to add single underline for above code.


WebFOCUS 8.0.03
Windows, All Outputs
April 14, 2014, 01:55 PM
Prarie
In 7.7.03 if you run this without the Bold + Underline...there is an underline under the title. If you run it with your code..you get two. I do not have version 8 so not sure if it's changed.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003