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] How to do foematting for fold-line?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] How to do foematting for fold-line?
 Login/Join
 
Member
posted
I have an requirement where I have to generate output like in PDF
********
******
*******
*****
*******
*******

I am using Fold-line for etting above output.
The code for that is
TABLE FILE CAR
PRINT
'CAR.CARREC.MODEL' AS ''
'CAR.BODY.SEATS'
'CAR.BODY.BODYTYPE'
'CAR.BODY.DEALER_COST'
'CAR.BODY.RETAIL_COST'
'CAR.SPECS.LENGTH'
'CAR.SPECS.WIDTH'
'CAR.SPECS.HEIGHT'
'CAR.SPECS.WHEELBASE'
'CAR.SPECS.FUEL_CAP'
'CAR.SPECS.BHP'
BY 'CAR.COMP.CAR' AS ''

ON CAR.COMP.CAR SUBHEAD
" "
ON CAR.COMP.CAR FOLD-LINE
HEADING
"Weekly Sales Awareness"
" "
"&G1>&D1>&T1"
" "
"AUGUST WK-2"
" "
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='A4',
LEFTMARGIN=1.305556,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=10,
$
TYPE=DATA,
COLUMN=N1,
STYLE=BOLD,
$
TYPE=DATA,
COLUMN=N3,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N5,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N6,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N7,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N8,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N9,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N10,
JUSTIFY=CENTER,
$
TYPE=TITLE,
COLUMN=N3,
STYLE=-UNDERLINE+BOLD,
$
TYPE=TITLE,
COLUMN=N5,
STYLE=-UNDERLINE+BOLD,
$
TYPE=TITLE,
COLUMN=N6,
STYLE=-UNDERLINE+BOLD,
$
TYPE=TITLE,
COLUMN=N7,
STYLE=-UNDERLINE+BOLD,
$
TYPE=TITLE,
COLUMN=N8,
STYLE=-UNDERLINE+BOLD,
$
TYPE=TITLE,
COLUMN=N9,
STYLE=-UNDERLINE+BOLD,
$
TYPE=TITLE,
COLUMN=N10,
STYLE=-UNDERLINE+BOLD,
$
TYPE=TITLE,
COLUMN=N4,
STYLE=-UNDERLINE+BOLD,
$
ENDSTYLE
END
Its giving the desired output but I am not able to format it.I want to give borders but while giving borders its gives line break in the fold-line field.
Can anybody suggest how to do formatting with foldline?

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


webFocus 7.6, Unix
Excel,PDF,HTML
 
Posts: 2 | Registered: May 10, 2011Report This Post
Expert
posted Hide Post
What do &G1, &D1 and &T1 contain ?

Would it be easier to have CAR as a SUBHEAD ?


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
Member
posted Hide Post
&GI,&DI and &TI are some values that i am reading...


webFocus 7.6, Unix
Excel,PDF,HTML
 
Posts: 2 | Registered: May 10, 2011Report This Post
Expert
posted Hide Post
Sorry, I was jsut trying to run the code.

Styling FOLD-LINE may not be possible.

I would suggest putting in a case with Techsupport.


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
  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] How to do foematting for fold-line?

Copyright © 1996-2020 Information Builders