Focal Point
[SOLVED] Wrapping on SET vaiable in PDF

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

January 13, 2014, 11:42 AM
Sandhya j
[SOLVED] Wrapping on SET vaiable in PDF
Hi,

I have requirement to use the set variable directly in SUBFOOT. Iam trying to wrap it, but wrap doesn't work unless I use that variable as define field. Has any body have idea to wrap the text from SET variable in PDF?

Thank You
Sandhya

This message has been edited. Last edited by: <Kathryn Henning>,
January 13, 2014, 02:23 PM
susannah
seems you're right
i can't make it work either
-SET &TEST = '1234567890 1234567890 123456789012345678901234567890';
SET PRINTPLUS ON
DEFINE FILE ibisamp/car
TEST/A100 WITH CAR =   '1234567890 1234567890 123456789012345678901234567890';
END
 
TABLE FILE IBISAMP/CAR
SUM DCOST SALES BY CAR BY TEST NOPRINT
ON CAR SUBFOOT
"CAR  <TEST <+0>&TEST"
 ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=SUBFOOT,ITEM=1,OBJECT=FIELD,WRAP=.5,WIDTH=.5,COLOR=RED,$
TYPE=SUBFOOT,ITEM=3,OBJECT=TEXT,WRAP=.5,WIDTH=.5,COLOR=BLUE,$
END





In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
January 13, 2014, 03:21 PM
Waz
Yes, it HAS to be in a field


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!