cancel
Showing results for 
Search instead for 
Did you mean: 

chek printng-restricting line items(invoice details) in first page of check

Former Member
0 Kudos

I am printing a check and its invoice details(Item details) also in the same page.How it look means first page it consists of check part and document line items. and second page check details are there. But in case of these item details if it has more than 10 items(invoice details) it should print on second page along with check details.where i have to write the code for it.whether in main widow or else where.please mention .

thanks in advance.answer will be rewarded with points

Accepted Solutions (0)

Answers (1)

Answers (1)

Shivaji16
Active Participant
0 Kudos

Hi AJay,

Write the if condition for a counter to be greater than 10...then it should go

to new page...

Place the main window in the next page....along the check details...

So, now when the item details are more than 10 then start in the new page

main window and check details will also print in the second page...