Hi,
I'm new for LN Programming... I have designed two layout such as layout 4 and layout out 5. I need to send some data into the layout 4 after that I need to send some data for layout 5... This process is happened in a loop until the condition becomes false...
After the layout 4 is printed one time, i need to print the mutipledata on layout 5 then layout 4 is also contined....
My sample output as follows...
10490(emp code) Raj(name) Tester(role) (Printed on 4th layout)
9/11/2017 9.30
9/11/2017 9.35
9/11/2017 10.20
9/11/2017 10.40
10491(emp code) Suresh(name) Tester(role) (Printed on 4th layout)
9/11/2017 9.30
9/11/2017 9.35
9/11/2017 10.20
9/11/2017 10.40
Note : Here the date are need to print on the 5th layout...
Can you please help me how to perform this task...
Thanks in advance
Regards,
Pralash
I'm new for LN Programming... I have designed two layout such as layout 4 and layout out 5. I need to send some data into the layout 4 after that I need to send some data for layout 5... This process is happened in a loop until the condition becomes false...
After the layout 4 is printed one time, i need to print the mutipledata on layout 5 then layout 4 is also contined....
My sample output as follows...
10490(emp code) Raj(name) Tester(role) (Printed on 4th layout)
9/11/2017 9.30
9/11/2017 9.35
9/11/2017 10.20
9/11/2017 10.40
10491(emp code) Suresh(name) Tester(role) (Printed on 4th layout)
9/11/2017 9.30
9/11/2017 9.35
9/11/2017 10.20
9/11/2017 10.40
Note : Here the date are need to print on the 5th layout...
Can you please help me how to perform this task...
Thanks in advance
Regards,
Pralash