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

doubt in smartform

Former Member
0 Likes
462

Hi experts,

i have a smartform with 3 different window. 1st is header it should display the header details. 2nd is main it should display the material details. 3rd shuld be our company address.

for that i am creating smartform, its displaying properly but in output 1st page displaying correctly,in 2nd page onwards the header window portion still displaying empty area, but i want to display tht area also with records. the same for footer also, if anyone helps point will be sure.

Thanks,

gowri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

Hi

Create second page and copy the first page and paste it in the second page.

Remove the address window from the second page.

In general attributes of the first page, set the next page as the Second Page.

Now when the first page overflows, it will be printed in the second page with header, body and footer. Address will also be printed if not removed from the second page.

Regards

Navneet.

PS: If this solves the problem, then mark as problem solved and not just useful. (Refering to your previous post on internal table)

3 REPLIES 3
Read only

Former Member
0 Likes
437

otherwise any one plz tell, how to avoid page break in smartform?

Gowri

Read only

Former Member
0 Likes
438

Hi

Create second page and copy the first page and paste it in the second page.

Remove the address window from the second page.

In general attributes of the first page, set the next page as the Second Page.

Now when the first page overflows, it will be printed in the second page with header, body and footer. Address will also be printed if not removed from the second page.

Regards

Navneet.

PS: If this solves the problem, then mark as problem solved and not just useful. (Refering to your previous post on internal table)

Read only

0 Likes
437

In addition to what Navneet has suggested, also change the upper margin/height of the main window in the second page, so that main window occupies the area occupied by the Address window in the first page.

P.S: the width of the main window should be same in all the pages.