cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform problem while printing the employee details

Former Member
0 Kudos

Hi,

I am creating a smartform to display the employee pay slips as the report.

the requirement is to display two employee's payslip on the single page.

Suppose:

1 ABC

2. XYZ

On the same page and so on...

How do i do it through smartform.... Any hint?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

in whatever format u need to print the details create windows accordingly and create text elements and print the data with the help of variables.

hope it helps !!!!!!!!!!!!!!!

regards,

prashanti

former_member203305
Active Contributor
0 Kudos

Hi

there is an easy way to do that,

first u need to adapt the size of ur MAIN windows just for 2 registers, inside the MAIN a loop to the table with the data of employee and a template, so write the data there.

with that, the every 2 register the smartform will pass to another page.

It is everything on the MAIN windows,

Regards

Former Member
0 Kudos

HI,

I also did the same way.. and was able to do it...

thanx..

Answers (1)

Answers (1)

Former Member
0 Kudos

you have to create 2 windows , one for employee ABC and one for Employee XYZ