Focal Point
Compound Reports in PDF

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

March 27, 2008, 09:43 AM
souji
Compound Reports in PDF
Hi
Iam working on WebFocus 7.1.4 version.And iam new to PDF.I want to display 2 reports in a single pdf output.When i try to do that iam getting gap in between the two reports.Please see the code
example
TABLE FILE CAR
PRINT
CAR
COUNTRY
ON TABLE PCHOLD FORMAT PDF OPEN NOBREAK
ON TABLE SET PAGE NOLEAD
MY STYLING HERE
END
TABLE FILE CAR
CAR
COUNTRY
ON TABLE PCHOLD FORMAT PDF OPEN NOBREAK
ON TABLE SET PAGE NOLEAD
MY STYLING HERE
END
If i ran this there is a gap between the two reports.I dont want the gap in between the two reports.
Can anybody help

Thanks in advance.


WebFocus 7.1.4 xp html,excel,pdf
March 27, 2008, 10:40 AM
Prarie
Try this
TABLE FILE CAR
PRINT
CAR
COUNTRY
ON TABLE PCHOLD FORMAT PDF OPEN NOBREAK
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLE *
UNITS=IN,PAGESIZE='Letter',

TOPMARGIN=0.250000,
BOTTOMMARGIN=0.0000,$

ENDSTYLE
END
TABLE FILE CAR
PRINT
CAR
COUNTRY
ON TABLE PCHOLD FORMAT PDF CLOSE NOBREAK
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLE *
UNITS=IN,PAGESIZE='Letter',

TOPMARGIN=0.000000,
BOTTOMMARGIN=0.0000,$

ENDSTYLE

END


In Focus since 1993. WebFOCUS 7.7.03 Win 2003