Focal Point
[CLOSED] Solid double underline for Total in a SUBFOOT

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

April 14, 2008, 04:49 PM
Watashi
[CLOSED] Solid double underline for Total in a SUBFOOT
Hello Joe,

I received word from Product Management with regards to the reported request for PDF BORDER-BOTTOM-STYLE=DOUBLE in a SUBFOOT. The request has been accepted as a New Feature and Product Management will address it in a release after 765, no date and time has been given. The feature, will require extensive change in the product.

This message has been edited. Last edited by: Kerry,


7.7.02
Unix
HTLM
April 14, 2008, 04:55 PM
Francis Mariani
"Solid double underline for Total in a SUBFOOT... will require extensive change in the product"

Gosh, we're concerned with so many other things that should be fixed that I think I can wait until the next century for "solid double underline", but thanks for the info.

Cheers,


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
April 14, 2008, 06:38 PM
Darin Lee
You may be surprised by how many of my users (especially those in Accounting/finance) gripe about not having that stupid solid double underline! But it's not a back-breaker. I just tell them sorry I don't have that capability.

BTW, if you're using FML and use the BAR AS '=' syntax, you'll get a nice solid double underline when output to PDF format.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
May 09, 2012, 11:56 AM
CeleryStalker
Any news on this?
It works sometimes but not every time.
My accounting/finance users really want it and I'm not sure if it's a "feature" that is inconsistent or if there's something I can do to force it.

For instance, the below code results in a single bottom border in PDF
  
TYPE=SUBFOOT,
     BY=1,
     LINE=1,
     OBJECT=TEXT,
     ITEM=1,
     BORDER-TOP=MEDIUM,
     BORDER-BOTTOM=OFF,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=DOUBLE,
     BORDER-BOTTOM-STYLE=SOLID,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=11,
     STYLE=BOLD,
     JUSTIFY=RIGHT,
     WIDTH=1.000,
$
TYPE=SUBFOOT,
     BY=1,
     LINE=1,
     OBJECT=FIELD,
     ITEM=1,
     BORDER-TOP=MEDIUM,
     BORDER-BOTTOM=OFF,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=DOUBLE,
     BORDER-BOTTOM-STYLE=SOLID,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=11,
     STYLE=BOLD,
     JUSTIFY=LEFT,
     WIDTH=1.000,
$
TYPE=SUBFOOT,
     BY=1,
     LINE=1,
     OBJECT=FIELD,
     ITEM=2,
     BORDER-TOP=MEDIUM,
     BORDER-BOTTOM=OFF,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=DOUBLE,
     BORDER-BOTTOM-STYLE=SOLID,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=11,
     STYLE=BOLD,
     JUSTIFY=LEFT,
     WIDTH=1.000,
$
TYPE=SUBFOOT,
     BY=1,
     LINE=1,
     OBJECT=FIELD,
     ITEM=3,
     BORDER-TOP=MEDIUM,
     BORDER-BOTTOM=OFF,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=DOUBLE,
     BORDER-BOTTOM-STYLE=SOLID,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=11,
     STYLE=BOLD,
     JUSTIFY=RIGHT,
     WIDTH=1.000,
$
TYPE=SUBFOOT,
     BY=2,
     HEADALIGN=BODY,
$
TYPE=SUBFOOT,
     BY=2,
     LINE=1,
     OBJECT=TEXT,
     ITEM=1,
     BORDER-TOP=LIGHT,
     BORDER-BOTTOM=LIGHT,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=SOLID,
     BORDER-BOTTOM-STYLE=DOUBLE,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=12,
     COLSPAN=1,
     STYLE=BOLD,
     JUSTIFY=RIGHT,
$
TYPE=SUBFOOT,
     BY=2,
     LINE=1,
     OBJECT=FIELD,
     ITEM=1,
     BORDER-TOP=LIGHT,
     BORDER-BOTTOM=LIGHT,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=SOLID,
     BORDER-BOTTOM-STYLE=DOUBLE,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=12,
     COLSPAN=1,
     STYLE=BOLD,
     JUSTIFY=LEFT,
$
TYPE=SUBFOOT,
     BY=2,
     LINE=1,
     OBJECT=FIELD,
     ITEM=2,
     BORDER-TOP=LIGHT,
     BORDER-BOTTOM=LIGHT,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=SOLID,
     BORDER-BOTTOM-STYLE=DOUBLE,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=12,
     COLSPAN=1,
     STYLE=BOLD,
     JUSTIFY=RIGHT,
$
TYPE=SUBFOOT,
     BY=2,
     LINE=1,
     OBJECT=FIELD,
     ITEM=3,
     BORDER-TOP=LIGHT,
     BORDER-BOTTOM=LIGHT,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-TOP-STYLE=SOLID,
     BORDER-BOTTOM-STYLE=DOUBLE,
     BORDER-LEFT-STYLE=SOLID,
     BORDER-RIGHT-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='BLACK',
     BORDER-RIGHT-COLOR='BLACK',
     SIZE=12,
     COLSPAN=1,
     STYLE=BOLD,
     JUSTIFY=RIGHT,



WebFOCUS 7.6.11
Windows Server 2003
Excel, PDF and HTML