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

Printing header items

Former Member
0 Likes
346

Hi all,

I am working on script.When the line items increases the header text element should be printed in script in next page but when there is no line item then the header text should not be printed.In my case when there is no line items in second page then also i m getting the header items.Please tell me how to solve this.

thanks

Manu

2 REPLIES 2
Read only

Former Member
0 Likes
331

Hi

Their are two ways you can do this.

1-Instead of defining two pages in your script you can define one one page say 'First' and then in the next page of First you can give First page.

2-You can trigger the new-page through some coding in the script.You can put a check for line item through a perform statement in your script code and then based on that you can trigger the new page for your script.

Neha

Read only

0 Likes
331

Thanks for reply.

I am working on medruck for PO can u suggest we where to write code and some more guidelines.