Focal Point
[CLOSED] Wrapping HEADING in PDF

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4591095872

April 01, 2008, 06:29 AM
Aravindbaalaaji
[CLOSED] Wrapping HEADING in PDF
Hi all,

My requirement is to WRAP a huge heading line in 2 or three times in the HEADING of a PDF report.

Eg. THIS CASE IS REGARDING THE STYLING IN PDF

should be as follows in the report

THIS CASE IS
REGARDING THE
STYLING IN PDF

Looking forward for your replies.

Thanks in advacne,
Aravind

This message has been edited. Last edited by: <Kathryn Henning>,


Thanks and Regards,
Aravindbaalaaji
April 01, 2008, 06:40 AM
Tony A
Aravind,

This has been asked many times before and there is plenty of information about how to achieve what you want in this forum. So ....

.... As has been mentioned many times before, use the search facility above right.

In this instance use the search phrase WRAP HEADING and you will be given several links that will give you the information and help you seek.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
April 21, 2014, 03:50 PM
John_Edwards
I believe this is no longer working in 8.0. I've tried all the recommendations (including one I implemented myself a couple of years back) and they aren't working on the new install.

Progress.

J.



April 22, 2014, 12:46 AM
Danny-SRL
This works for me:
  
-* File arvind7.fex
DEFINE FILE CAR
CCMB/A64=COUNTRY | CAR | MODEL | BODYTYPE;
END
TABLE FILE CAR
PRINT 
     SEATS
     DEALER_COST
     RETAIL_COST
     SALES
BY  LOWEST COUNTRY NOPRINT 
BY  LOWEST CAR NOPRINT 
BY  LOWEST MODEL NOPRINT 
BY  LOWEST BODYTYPE NOPRINT 
     
ON BODYTYPE PAGE-BREAK
HEADING
"<CCMB"
ON TABLE SET PAGE-NUM NOLEAD 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     INCLUDE = endeflt,
$
TYPE=HEADING,
     LINE=1,
     JUSTIFY=LEFT,
$
TYPE=HEADING,
     LINE=1,
     OBJECT=FIELD,
     ITEM=1,
     WRAP=1.3,
$
ENDSTYLE
END



Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF