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     [CLOSED] Vertical line in PDF

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Vertical line in PDF
 Login/Join
 
Gold member
posted
Hi,

I need to create vertical lines in subhead of a compound PDF report. since the subhead has multiple fields/items iam not able to use BORDER-LEFT=On etc.

please find the image here :

http://tinypic.com/r/mipg6e/7

currently iam using the below snippet of code. but this is not the right way and the lines look messy,

  
TYPE=SUBHEAD, BY=THREE,BORDER=MEDIUM,BORDER-COLOR='BLACK',SIZE=22,STYLE=BOLD,$

TYPE=SUBHEAD, BY=THREE,LINE=1, ITEM=1,JUSTIFY=CENTER,SQUEEZE=2.7,$
TYPE=SUBHEAD, BY=THREE,LINE=1, ITEM=2,BACKCOLOR=RGB(150 150 150),JUSTIFY=CENTER,SQUEEZE=7.4,$
-*OBJECT=box, name='line1', position = (0.250 10.90), dimension = (10.0 0.005), backcolor=NAVY, border-color=NAVY,$
TYPE=SUBHEAD, BY=THREE,LINE=1, ITEM=3, BACKCOLOR=BLACK,WIDTH=0.05,$
TYPE=SUBHEAD, BY=THREE,LINE=1, ITEM=4, BACKCOLOR=RGB(160 160 160),JUSTIFY=CENTER,SQUEEZE=2.82,$


can anyone help me in creating these vertical lines . Also the data is dynamic , hence when i give the position for the x and y co-ordinates , the next report in the pdf gets altered.

Thanks!

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


WebFOCUS 7.6.9
Windows
Excel, HTML, PDF
 
Posts: 71 | Registered: April 17, 2009Report This Post
Expert
posted Hide Post
Your picure did not show up.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
Sorry, i have given the link now .

Thanks!


WebFOCUS 7.6.9
Windows
Excel, HTML, PDF
 
Posts: 71 | Registered: April 17, 2009Report This Post
Expert
posted Hide Post
Check out the use of BORDER-RIGHT, BORDER-LEFT, BORDER-etc... in the TYPE=HEADING section of your stylesheet.
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Gold member
posted Hide Post
Hi,

its all ib subheadings . Using border-right , border-left did not have any effect on it.
any other resolution ?

Thanks!
janani


WebFOCUS 7.6.9
Windows
Excel, HTML, PDF
 
Posts: 71 | Registered: April 17, 2009Report This Post
Gold member
posted Hide Post
The border options work whether it is a SUBHEAD or a HEADING. I use this option in 5 different reports. I pasted some code below from one of those 5 reports.

TYPE=SUBHEAD,
     BY=1,
     LINE=1,
     OBJECT=TEXT,
     ITEM=1,
     BORDER-TOP=LIGHT,
     BORDER-BOTTOM=LIGHT,
     BORDER-LEFT=LIGHT,
     BORDER-RIGHT=LIGHT,
     BORDER-TOP-STYLE=SOLID,
     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',
     COLSPAN=1,
     JUSTIFY=LEFT,
$


WebFOCUS 7.7.03
Windows Web Server 2008
MS SQL Server 2000
Excel,CSV,PDF,HTML
 
Posts: 71 | Location: Kingston, ON | Registered: May 03, 2011Report 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     [CLOSED] Vertical line in PDF

Copyright © 1996-2020 Information Builders