Focal Point
Heading issue in Compound report.

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

April 17, 2006, 07:49 AM
Code Digger
Heading issue in Compound report.
I have a PDF report with 3 sections. The first section has a heading of 4 lines. I do a OPEN NOBREAK for first section, NOBREAK for second section and CLOSE for the last. But suppose if the first section continues on second page and ends there followed by section 2 and 3, then the data (including column titles, subtotls etc) shift one line down. (this happens for data of all 3 sections) Please help so that data stays where it is expected and doesnt move 1 line down.
April 17, 2006, 12:48 PM
reFOCUSing
I have not seen this issue in PDF can you recreate the issue using the CAR table? I would really like to see this happen because I may run into this problem.
April 18, 2006, 02:24 PM
Prarie
This should get rid of the Blank line.

SET PRINTPLUS=ON
SET PAGE-NUM=NOPAGE
SET COMPOUND = OPEN
TABLE FILE CAR
HEADING
"REPORT 1"
PRINT SALES BY COUNTRY
ON TABLE HOLD AS MYPDF FORMAT PDF OPEN NOBREAK
ON TABLE SET STYLE *
TYPE=REPORT, BOTTOMMARGIN=0,$
ENDSTYLE
END
-RUN
TABLE FILE CAR
HEADING
"REPORT 2"
PRINT MODEL BY CAR
ON TABLE HOLD AS MYPDF FORMAT PDF CLOSE
ON TABLE SET STYLE *
TYPE=REPORT, TOPMARGIN=0,$
ENDSTYLE
END


In Focus since 1993. WebFOCUS 7.7.03 Win 2003