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

Multiple Pages in Samrtforms

Former Member
0 Likes
296

1.i have one application program and one smartform.

now where will i put a loop to print multiple forms.

2.i want every form will start at new page.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
271

Hi,

In the print program (application program), loop at the internal table and call the smart form.

Each call to the smart form, will print from a new page.

regards,

Ravi

Note : Please mark all the helpful answers

1 REPLY 1
Read only

Former Member
0 Likes
272

Hi,

In the print program (application program), loop at the internal table and call the smart form.

Each call to the smart form, will print from a new page.

regards,

Ravi

Note : Please mark all the helpful answers