cancel
Showing results for 
Search instead for 
Did you mean: 

smart form printing correction

Former Member
0 Kudos

Hi,

In the invoice smartform printing if the item details are more than 5,

it has to go to next page along with the footer details.

otherwise it has to remain in the same page along with footer deatils.

i have taken a program line and increment the variable.

how does the command line will help for solving this problem.

and on which place i have the this command line.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

You can add the Command element by opening the context menu on the Loop item following Create > Flow Logic > Command.

After you add the Command element, on the General Attributes check the "Go to New Page" checkbox.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try this.

1. Create a 'Condition' next to program line

2. Check the variable which has the incremental value in the 'General attributes' tab ex: ws_cnt > 5

3. Create 'Command' in the 'TRUE' & 'FALSE' section according to your requirement.

Regards,

Sharin.