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.
Suppose I have a fex with a TABHEADING which can be quite long. Printing to HTML it's fine, but when printing to PDF, I just can't get the TABHEADING formatted (squeezed over more lines).
The whole HEADING / TABHEADING text is generated dynamically and written to a temp-file which is -INCLUDE'd in my end fex.
The only thing I can think of is to put all this text in DEFINE'd fields and break it in peaces of let's say 100 characters. Hopefully there's a smarter/easier way getting this done .
Thanks for the help.
-Fred-
TABLE FILE CAR
SUM DEALER_COST
BY COUNTRY
HEADING
" "
"Period <+0>: 01-01-2011 (za) t/m 31-12-2011 (za)"
" "
ON TABLE SUBHEAD
" "
"Print date<+0>: 01-12-2011<+0> <+0>11:39"
" "
"Parameters 1 <+0>: Qwww / Fadfsd / Asfsfff / Erererrr / Ee / Err / Ere / Ere / Err / Erereeerrr / Erere Fdfg / Fgfgfgso / Sdf / Dfgd / Edf / Eurail / Ssfg / Sg / Sf / Sfsdf / Ggfg / Ffgg / Fgs / Sdfg / Fg / Sdfg / Lokaal / Sdfg / Fgfg / Asdfasdf / Asdf / Asdf / Asdf / Asdf / Dgh / Dfgh / Fgk / Fk / Wer / Fk / Fk Qwer / Qwer / Wer "
"Parameters 2 <+0>: XX / YY / ZZ / QQ "
"Parameters 3 <+0>: AB / ABC / DEF / GTG / HTE / WR / WRT / BGBGHFMT / FSR / RFD / RT / RE "
ON TABLE SET STYLE *
TYPE=REPORT, FONT=VERDANA, UNITS=PTS, $
TYPE=TABHEADING, OBJECT=TEXT, ITEM=1, STYLE=BOLD, WIDTH=120,$
TYPE=HEADING, OBJECT=TEXT, ITEM=1, STYLE=BOLD, WIDTH=120,$
TYPE=TABHEADING, OBJECT=TEXT, ITEM=2, COLOR=RGB(100 100 100) ,$
TYPE=HEADING, OBJECT=TEXT, ITEM=2, COLOR=RGB(100 100 100) ,$
ENDSTYLE
ON TABLE PCHOLD FORMAT PDF
END
This message has been edited. Last edited by: <FreSte>,
No, I haven't looked at MARKUP=ON, will do that tomorrow. I was already afraid I had to split the lines in a DEFINE; a stylesheet setting for this would be nice Thanks for pointing me this way