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] side borders on skip-line

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] side borders on skip-line
 Login/Join
 
Member
posted
I am trying to get a report to have a border on the edges of the report. I also have skip-line in there to make spaces between the data. But where ever there is a skip-line there in no border. I have tried using TYPE=SKIPLINE, in the stylesheet with no effect. Is it possible to have a border on a skip-line?

This message has been edited. Last edited by: Andrew C,


-
WebFocus 7.6.5
On Windows 2003 Server
 
Posts: 5 | Registered: March 20, 2008Report This Post
Virtuoso
posted Hide Post
Maybe just try manually drawing your lines where you need them so they appear to be report borders.

TYPE=REPORT, NAME='TBORDER', OBJECT=LINE, POSITION=(1.0 1.0), DIMENSION=(6.5 0.0), BORDER=1.0,$
TYPE=REPORT, NAME='RBORDER', OBJECT=LINE, POSITION=(7.5 1.0), DIMENSION=(0.0 9.0), BORDER=1.0,$
TYPE=REPORT, NAME='LBORDER', OBJECT=LINE, POSITION=(1.0 1.0), DIMENSION=(0.0 9.0), BORDER=1.0,$
TYPE=REPORT, NAME='BBORDER', OBJECT=LINE, POSITION=(1.0 10.0), DIMENSION=(6.5 0.0), BORDER=1.0,$


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
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Member
posted Hide Post
To get around this I put a blank line on a subfoot of the field I wanted to skip a line.
ON CUSTNAME SUBFOOT
" "

And in the style sheet I put borders on the left and right.

TYPE=SUBFOOT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
$


-
WebFocus 7.6.5
On Windows 2003 Server
 
Posts: 5 | Registered: March 20, 2008Report 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] side borders on skip-line

Copyright © 1996-2020 Information Builders