‎2008 Dec 29 4:03 PM
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
‎2008 Dec 29 4:08 PM
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
‎2008 Dec 29 4:10 PM
Thanks for reply.
I am working on medruck for PO can u suggest we where to write code and some more guidelines.