Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adobe form subform pagination issue

Former Member
0 Likes
4,535

Hi experts,

I have a requirement in adobe form such that when a data in
an internal table overflows, 3 header data have to be displayed in all the overflow
pages. These 3 data are in first page such that it follows some header data
which need to be displayed in the first page only.

For this I kept the header fields which needed to be in all
the pages in a subform (say FORM1) and other subform for overflowing internal
table (say FORM2).

And in the (object-> Pagination -> Overflow Leader) of
the FORM2, I have given the form name of the header fields (FORM1). It is shown
in the highlighted space of the attached image.

But it is not working.

Please help in this issue.

Thanks and Regards

Alex

Hi experts,

I have a requirement in adobe form such that when a data in
an internal table overflows, 3 header data have to be displayed in all the overflow
pages. These 3 data are in first page such that it follows some header data
which need to be displayed in the first page only.

For this I kept the header fields which needed to be in all
the pages in a subform (say FORM1) and other subform for overflowing internal
table (say FORM2).

And in the (object-> Pagination -> Overflow Leader) of
the FORM2, I have given the form name of the header fields (FORM1). It is shown
in the highlighted space of the attached image.

But it is not working.

Please help in this issue.

Thanks and Regards

Alex

6 REPLIES 6
Read only

soumik_de2
Participant
0 Likes
2,559

Hi alex ..................

Your requirement is not clear here..........please explain properly and .......... if possible provide the xml . May be i can help You.........

Read only

0 Likes
2,559

Hi Soumik,

Thanks for replying.

My requirement is shown in the below .

Thanks and Regards

Alex

Read only

0 Likes
2,559

Hi......... I have Attached two xml

1 . SFPI_ZSAM_TEST.XML  upload this first

2 . SFPF_ZSAM_TEST.XML upload this after uploading this  and see the form layout creation properly

i think this will solve YOUR ISSUE..............

ENJOY...............

Read only

0 Likes
2,559

Hi Alex,

Try using this logic.

Create 2 content area,say CA1 and CA2.

In CA1 put your first subform and make it positioned. So it will be printed only once.

in CA2 create another subform say subform4 which will be flowed and make the accesibility as table also overflow to CA2. Put subform2(form1) and subform3(form2) inside it and make form1 accesebility as header row and form2 as body row. form1 will be positioned and fome2 will be as flowed. now in overflow leader of subform4(table type) will be form1. overflow header for form2 also will be form1.

I think it will work.

Regards,

Supratik

Read only

soumik_de2
Participant
0 Likes
2,559

Hi................

FYI

go to transaction SFP ->upload from object.........

Read only

0 Likes
2,559

Thanks Soumik