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] Remove Blank line in Excel

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Remove Blank line in Excel
 Login/Join
 
Platinum Member
posted
How to remove the blank line between Row4 and Row6.
Row4 is the Heading and Row6 is the column titles. I do not want a blank line between them.


  


TABLE FILE CAR
PRINT
     CAR.ORIGIN.COUNTRY
     CAR.COMP.CAR
     CAR.CARREC.MODEL
     CAR.BODY.BODYTYPE
     CAR.BODY.SEATS
     CAR.BODY.DEALER_COST
     CAR.BODY.RETAIL_COST
     CAR.BODY.SALES
     CAR.SPECS.LENGTH
     CAR.SPECS.WIDTH
     CAR.SPECS.HEIGHT
     CAR.SPECS.WEIGHT
     CAR.SPECS.WHEELBASE
     CAR.SPECS.FUEL_CAP
     CAR.SPECS.BHP
     CAR.SPECS.RPM
     CAR.SPECS.MPG
     CAR.SPECS.ACCEL
     CAR.WARANT.WARRANTY
     CAR.EQUIP.STANDARD
ON TABLE SUBHEAD
"Fare By Rule"
HEADING
"Markets and Discounts"
"<+0> MARKETS <+0> PASSENGER "
ON TABLE SET PAGE OFF
ON TABLE PCHOLD FORMAT EXL2K 
ON TABLE SET BYDISPLAY ON
ON TABLE SET DROPBLNKLINE ON
ON TABLE SET EMPTYREPORT ON
ON TABLE SET STYLE *
$
TYPE=REPORT,
     FONT='CALIBRI',
     SIZE=11,
     COLOR='BLACK',
     STYLE=NORMAL,
	 TITLETEXT=Fare By Rule,
$
TYPE=TITLE,
     FONT='CALIBRI',
     SIZE=11,
     COLOR='WHITE',
     BACKCOLOR=RGB(83 141 213),
     STYLE=BOLD,
	 	 JUSTIFY=CENTER,
$
TYPE=DATA,
	BORDER=.1,
$
TYPE=TABHEADING,
	 FONT='CAMBRIA',
     SIZE=18,
     COLOR=RGB(0 176 80),
	 STYLE=BOLD,
$
TYPE=HEADING,
	HEADALIGN=BODY,
	 FONT='CAMBRIA',
     SIZE=16,
     COLOR=RGB(31 73 125),
	 STYLE=BOLD,
$
TYPE=HEADING,
	LINE=1,
	ITEM=1, 
	COLSPAN=3,
	STYLE=BOLD,
	JUSTIFY=CENTER,
	COLOR=RED,
	     BACKCOLOR=RGB(218 150 148),
$
TYPE=HEADING,
	LINE=2,
	ITEM=1, 
	COLSPAN=3,
	STYLE=BOLD,
	JUSTIFY=CENTER,
	COLOR=RED,
	     BACKCOLOR=RGB(83 141 213),
$
END

This message has been edited. Last edited by: FP Mod Chuck,


App Studio Version 8202
windows Platform
SQL Server 2008/2012
 
Posts: 183 | Location: TX | Registered: January 22, 2007Report This Post
Virtuoso
posted Hide Post
When I removed this syntax the blank line went away:
TYPE=DATA,
	BORDER=.1,
$


Question: Are your users still using Excel 2000?

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


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Gold member
posted Hide Post
Try using HTMLFORM BEGIN !

I faced similar issue, then I used HTMLFORM and applied borders with css.


8202, 8105M, 7.7.03
 
Posts: 79 | Registered: June 12, 2012Report This Post
Platinum Member
posted Hide Post
using exl07 format fixed it. Thank you for the sugestions


App Studio Version 8202
windows Platform
SQL Server 2008/2012
 
Posts: 183 | Location: TX | Registered: January 22, 2007Report 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] Remove Blank line in Excel

Copyright © 1996-2020 Information Builders