Focal Point
[CLOSED] Compound layout issue with pdf output

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

February 28, 2012, 06:40 AM
FRA-Sarwar
[CLOSED] Compound layout issue with pdf output
Hi to all,

sorray my english is not good,

i am using a compound layout to combine three reports on one page in a pdf, the combination of reports are ok, but when the number of records that exceeds on one of report that cause to create second page, in the second page the heading, titles,records are going on upwards, how to prevent the data from going on upwards,


SET COMPONENT=report1
EX rpt1
-RUN
SET COMPONENT=report3
EX rpt3
-RUN
SET COMPONENT=report2
EX rpt2
-RUN


in the above code the rpt2 data that exceeds then cause that error.
please help me..........

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.67 & WebFOCUS 80 windows
February 28, 2012, 03:55 PM
Waz
Are you able to repro with some of the sample files like car, employee, etc ?


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!

February 29, 2012, 05:23 AM
FRA-Sarwar
rpt1

TABLE FILE CAR
PRINT CAR 
ON TABLE HOLD FORMAT PDF
END
-RUN

rpt2

TABLE FILE CAR
HEADING
" MY OWN HEADING EXAMPLE"
" "
" "
PRINT MODEL
ON TABLE HOLD FORMAT PDF
END
-RUN


for example in rpt2 when the number of records that exceeds from one page then the rest of the records go to the second page. the title and page heading upwards and we cant control it. it means issue on second page.

This message has been edited. Last edited by: FRA-Sarwar,


WebFOCUS 7.67 & WebFOCUS 80 windows
February 29, 2012, 03:55 PM
Waz
A working example would really help.


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!