cancel
Showing results for 
Search instead for 
Did you mean: 

Payslip Printing:Please help its urgent

former_member377111
Participant
0 Kudos

Hi friends,

i have created a programe to print the payslip of all employees in which the smartforms format is 1/3rd the size of an a4 size papper.Client requires to print 3 payslips in 1 single a4 size paper..I have created the page size in spad has the form size also..Please suggest on hw this could work.

Thank in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

best way to overcome this kind of issue is to print 3 pay-slips in 1 page, create counter inside program lines and increment counter. check before incrementing counter if counter EQ 3 make set counter to 0.

create command for triggering new page once three pay-slips ate printed, place your counter condition in command if COUNTER = 3, new-page...

I guess this is the way you can solve your problem.

Regards,

SaiRam