Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [~SOLVED] Having troubles with HEADING borders...

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[~SOLVED] Having troubles with HEADING borders...
 Login/Join
 
Virtuoso
posted
Hey all,

So I'm migrating over some reports, and a particular drill-down report is output in AHTML and for some odd reason has got a border around every last thing under the Sun. I don't mind the border/grid around most the report areas, but the header has every line within it given a border around it and it looks bad. How can I get rid of it? I've tried to sift through the embedded STY code but no matter where I put "BORDER=OFF," or "GRID=OFF" within the rules for HEADING the borders/grid remains.

Here's what the header content looks like:

 
*TOP OF HEADER LINE (is fine)*
Weekly - YTD Credit Summary
*LINE (don't want)*
From: 09/27/2015 to: 10/03/2015
*LINE (don't want)*
YTD From: 03/29/2015 to: 10/03/2015
*LINE (don't want)*
Record Type: Sales
*LINE (don't want)*
Natural Acct: stuff
*LINE (don't want)*
Division: stuff
*LINE (don't want)*
Department: stuff
*BOTTOM OF HEADER LINE (is fine)*


Does anyone know what is making those border lines in my code that follows? Or do you know what I could add to get rid of them? The docs aren't helping me much. Thanks.

My code:
HEADING
"Weekly - YTD Credit Summary"
"From: &T_START  to: &T_END"
"YTD From: &F_BEG  to: &H"
"Record Type: &Rec_Descript"
"Natural Acct: &Nat_Filter - &Nat_Descript"
"Division: &DIV"
"Department: &DEPT - &DESC"
FOOTING
"Daily Sales Analysis"
"&FOCFEXNAME - Ran on <+0>&DATEtMDYY <+0> at: &TOD"
ON TABLE SET AUTOFIT ON
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SUMMARIZE AS 'Store Total'
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     UNITS=IN,
     LEFTMARGIN=0.250000,
     RIGHTMARGIN=0.250000,
     TOPMARGIN=0.250000,
     BOTTOMMARGIN=0.250000,
     SQUEEZE=ON,
     ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
     FONT='ARIAL',
     SIZE=9,
     COLOR='BLACK',
     BACKCOLOR='NONE',
     STYLE=NORMAL,
-*	 BORDER=OFF,
$
TYPE=REPORT,
     LINES-PER-PAGE=UNLIMITED,
$
TYPE=REPORT,
	 OBJECT=STATUS-AREA,
	 PAGE-LOCATION=OFF,
	 JUSTIFY=CENTER,
$
TYPE=TITLE,
     COLUMN=N6,
     BORDER-RIGHT=MEDIUM,
     BORDER-BOTTOM=LIGHT,
     BORDER-RIGHT-COLOR='BLACK',
$
TYPE=TITLE,
     BORDER=LIGHT,
     BORDER-STYLE=RIDGE,
     BORDER-COLOR=RGB(51 51 153),
     SIZE=9,
     COLOR='WHITE',
     BACKCOLOR=RGB(147 172 219),
     STYLE=BOLD,
$
TYPE=DATA,
     COLUMN=N6,
     BORDER-RIGHT=LIGHT,
$
TYPE=TABHEADING,
     STYLE=BOLD,
$
TYPE=HEADING,
     GRID=OFF,
     BORDER=LIGHT,
     BORDER-STYLE=RIDGE,
     BORDER-COLOR=RGB(51 51 153),
     SIZE=10,
     COLOR='WHITE',
     BACKCOLOR=RGB(147 172 219),
     JUSTIFY=CENTER,
$
TYPE=HEADING,
     LINE=1,
     SIZE=14,
     STYLE=BOLD,
$
TYPE=FOOTING,
     BORDER=LIGHT,
     BORDER-STYLE=RIDGE,
     BORDER-COLOR=RGB(51 51 153),
     COLOR='WHITE',
     BACKCOLOR=RGB(147 172 219),
     STYLE=BOLD,
$
TYPE=SUBHEAD,
     STYLE=BOLD,
$
TYPE=SUBFOOT,
     BORDER=LIGHT,
     BORDER-STYLE=RIDGE,
     BORDER-COLOR=RGB(51 51 153),
     COLOR='WHITE',
     BACKCOLOR=RGB(147 172 219),
     STYLE=BOLD,
$
TYPE=SUBTOTAL,
     SIZE=8,
     BACKCOLOR=RGB(250 250 250),
     STYLE=BOLD,
$
TYPE=ACROSSVALUE,
     SIZE=8,
     STYLE=BOLD,
$
TYPE=ACROSSTITLE,
     SIZE=11,
     STYLE=BOLD,
$
TYPE=GRANDTOTAL,
     COLUMN=N6,
     BORDER-RIGHT=LIGHT,
     BORDER-RIGHT-COLOR='BLACK',
$
TYPE=GRANDTOTAL,
     BORDER-TOP=LIGHT,
     BORDER-BOTTOM=LIGHT,
     BORDER-LEFT=OFF,
     BORDER-RIGHT=OFF,
     BORDER-STYLE=SOLID,
     BORDER-TOP-COLOR='BLACK',
     BORDER-BOTTOM-COLOR='BLACK',
     BORDER-LEFT-COLOR='SILVER',
     BORDER-RIGHT-COLOR='SILVER',
     BACKCOLOR=RGB(232 232 232),
     STYLE=BOLD,
$
TYPE=REPORT,
     COLUMN=N2,
     SQUEEZE=OFF,
$
TYPE=REPORT,
     COLUMN=N4,
     SQUEEZE=OFF,
$
TYPE=REPORT,
     IMAGE=IBFS:/EDA/EDASERVE/images/image.gif,
     POSITION=(+0 +0),
$
ENDSTYLE
END


Really appreciate any help with this I can get.

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


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
Virtuoso
posted Hide Post
I've been able to remove the "lines", but they've been removed everywhere
TYPE=REPORT,
     GRID=OFF,
$

It's the grid that seems to be displayed and not the borders (which I haven't been able to display Frowner )


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Virtuoso
posted Hide Post
Thanks MartinY!

It looks a lot better now! Added an additional "" line within the header text block and now there's some space between the header text and the titles. Looks good in AHTML now! Thanks!

So, you are having trouble with getting the borders to appear around things? I'm sorry man. Have you looked here: Adding Grids and Borders?

Where exactly can't you get borders visible?


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [~SOLVED] Having troubles with HEADING borders...

Copyright © 1996-2020 Information Builders