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

page break in smartforms

Former Member
0 Likes
606

hi,

how to make page break in smartforms.

regards,

kathir.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

Try to use following

/: NEW-PAGE

or

Use the LOOP object to loop at your internal table of the personnel numbers. Inside the loop, create a COMMAND object, and set the attribute GO TO --> NEXT PAGE. This will insert a page break

If helpful Give reward

Regards

Try to use following

/: NEW-PAGE

or

Use the LOOP object to loop at your internal table of the personnel numbers. Inside the loop, create a COMMAND object, and set the attribute GO TO --> NEXT PAGE. This will insert a page break

If helpful Give reward

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
485

Try to use following

/: NEW-PAGE

or

Use the LOOP object to loop at your internal table of the personnel numbers. Inside the loop, create a COMMAND object, and set the attribute GO TO --> NEXT PAGE. This will insert a page break

If helpful Give reward

Regards

Read only

Former Member
0 Likes
484

Hi,

For this you have to use GO TO NEW PAGE options of the COMMAND NODE( a special type of node mostly used to give manual page breaks in Samrt Forms).

<b> Commands</b>

Use

Command nodes contain commands for different application purposes. In most cases, you need the command node to insert a dynamic page break within the main window.

Features

Command Name

Description

Go to New Page

Dynamic page break. This command is allowed only within a main window.

Thanks and Regards,

Bharat Kumar Reddy.V