cancel
Showing results for 
Search instead for 
Did you mean: 

CheckPrinting Issue

Former Member
0 Kudos

Hello All,

I am using script for checkprinting.

I am retrieving the total amount for all the invoices generated using field WRBTR in a window.

But i am getting the total amount of the invoices only for first page for the invoices of first page.

When the invoices are spanned to next page the total amount is not being displayed on First page.

Can you please help me to get the amount for the all the pages when the invoices are spanned to as many pages.

Thanks,

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Edited by: Alvaro Tejada Galindo on Dec 18, 2008 11:47 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have you checked the layout for the second page and please check whether you have passed the required parameters for the same.

Former Member
0 Kudos

Hello Sabyasachi,

I need not display the amount on the nextpage. The total amount should be displayed only on the first page.

In the first page i have 9 invoices to fit in the main window. For this the total amount is displayed correctly. When some more invoices are genereated the items span and goes to nextpage.

This time the total amount is not shown on first page for the invoices.

Former Member
0 Kudos

Hi -

Have you debugged? You can check if there are any conditions that bypass your actual statements.

If the window is printed correctly for few invoices there shouldnt be any problem if your invoices span to the 2nd page, only if there are some conditions that do not meet the criteria.

Rgds,

Narendra

Former Member
0 Kudos

Hi indrakaran reddy,

When there are many items in the form then obviously it will be pushed into the next form just check with medruck form aswell we had the same problem but when it comes with the next page the values does not display we have checked all the layouts and when we have adjusted the layout it started working please just you have done all the possibilites but something might have missed i hope. Please check you will be able to solve it.

Former Member
0 Kudos

Hello Narendra,

I have debuuged for the amount where i have placed my code in the driver program. I am able to get the total amount for all the invoices and placing the amount to a variable.

This variable is used in the window. Can you help me out.

Answers (0)