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] Borders on string text

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Borders on string text
 Login/Join
 
Platinum Member
posted
How do you turn borders on in and OBJECT=STRINg text box? I tried BORDER=ON and other things and I can't get it to work.

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


7.7.02
Windows
EXCEL, PDF, CSV, TEXT
 
Posts: 106 | Registered: June 25, 2009Report This Post
Platinum Member
posted Hide Post
OBJECT=STRING, NAME='header8', TEXT=' &ECL_TITLE', POSITION=(0.9 1.3), MARKUP=ON, WRAP=ON, DIMENSION=(11.0 0.167), style=normal, METADATA='', $


7.7.02
Windows
EXCEL, PDF, CSV, TEXT
 
Posts: 106 | Registered: June 25, 2009Report This Post
Virtuoso
posted Hide Post
I don't believe the BORDER keyword is supported with OBJECT. However, HTML markup is supported (thus MARKUP=ON), so you could try adding a border with the DIV tag and an in-line border attribute.

OBJECT=STRING, NAME='header8', TEXT='<div style="border: 3px solid red;">&ECL_TITLE</div>',
POSITION=(0.9 1.3), MARKUP=ON, WRAP=ON, DIMENSION=(11.0 0.167), style=normal, METADATA='', $


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Master
posted Hide Post
What is the output format?

For PDF/DHTML. this will work
TABLE FILE CAR
PRINT 
CAR 
COUNTRY
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE PCHOLD FORMAT PDF
HEADING
"Header text 1"
"Header text 2"
"Header text 3"
" "
FOOTING BOTTOM
"Footer text 1"
"Footer text 2"
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT, PAGESIZE='LETTER', ORIENTATION=LANDSCAPE, LEFTMARGIN=0.25, RIGHTMARGIN=0.25, $
TYPE=HEADING, JUSTIFY=CENTER, $
TYPE=FOOTING, LINE=1,JUSTIFY=LEFT, $
TYPE=FOOTING, LINE=2,JUSTIFY=RIGHT, $

OBJECT=BOX, POSITION=(0.15 7.75),DIMENSION=(2 0.25),$
OBJECT=BOX, POSITION=(9.15 7.95),DIMENSION=(1.75 0.25),$

OBJECT=BOX, POSITION=(0.15 0.25),DIMENSION=(10.5 0.6), COLOR=RGB(121 121 121), $

OBJECT=LINE, POSITION=(6.5 3.77),DIMENSION=(2 0),$

OBJECT=STRING, TEXT='Sample Floating Text', POSITION=(6.5 3.75), $

ENDSTYLE
END


OBJECT=STRING/BOX/LINE are supported in TABLE FILE request from 7.1.6 onwards. Not sure about prior release.

You can use OBJECT=BOX in PDF Layout Painter(Document Composer) too.

This message has been edited. Last edited by: Ram Prasad E,
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report This Post
Virtuoso
posted Hide Post
My suggestion in my earlier post of using a DIV tag with an in-line border attribute does not work. Ram's suggestion of using OBJECT=BOX is probably the way to go. Here is the syntax for OBJECT=BOX.

OBJECT=BOX, POSITION=(x y), DIMENSION=(xdim ydim), BACKCOLOR=c, BORDER=b, BORDER-COLOR=bc, BORDER-STYLE=bs, $


So this code will produce a red box around the heading in Ram's example:

OBJECT=BOX, POSITION=(0.15 0.25), DIMENSION=(10.5 0.6), BORDER=HEAVY, BORDER-COLOR=RED, $


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Expert
posted Hide Post
I agree with Dan regarding the "OBJECT=BOX". However, keep in mind that this is a statically placed BOX, So, if your output is not static (all data always in a specific place) then this will not work. However, 7.6.11 and "8" will have some enhancement to HEADINGs and FOOTINGs... Check out the "WebFOCUS Release 7.7 Highlights" webinar which should be available on the IB site (original Air date: Thursday, April 8th, 2010 @ 11:00 a.m. Eastern Time).
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Platinum Member
posted Hide Post
I will wait for a future version. Issue Closed.


7.7.02
Windows
EXCEL, PDF, CSV, TEXT
 
Posts: 106 | Registered: June 25, 2009Report 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] Borders on string text

Copyright © 1996-2020 Information Builders