How to do this in smartfrom

hi all
i have requirement that i should print label like
ordno ..............................                              ordno...............
name ..............................                              name................
carton..............................                              carton..............
description.......................                       description...............
ordno ..............................                              ordno...............
name ..............................                              name................
carton..............................                              carton..............
description.......................                       description...............
how can i do this in smartfroms
regards
loeksh

Hi Lokesh,
you can maintain 4 different sets of variables for ordno, name, carton and desc and in 1 Loop you should read the next 3 records also pass the values for the 4 sets of variables and print them in 1 loop pass. after that you will have to skip 3 loop passes as you have already printed them in previous pass and continue occordingly. this will be something like this
w_ordno1 .............................. w_ordno2...............
w_name1 .............................. w_name2................
w_carton.............................. w_carton2..............
w_description....................... w_description2...............
w_ordno3 .............................. w_ordno4...............
w_name3.............................. w_name4................
w_carton3.............................. w_carton4..............
w_description3....................... w_description4...............

Similar Messages

Maybe you are looking for