Hi..
I want to print the same data on a page 3 times(to have 3copies and 6 record per copy) So after I print the 1st copy and 2nd copy I use table1.moveby(-6), . Every thing is all right till I go to the EOF. when I reached the EOF I just move by the records in the first copy(by table1.recordcount mod 6). It returns the proper value, But I couldn't have the proper record for 2nd and 3rd copies, it print one more record.
Can anyone help me??
Thank u.
I want to print the same data on a page 3 times(to have 3copies and 6 record per copy) So after I print the 1st copy and 2nd copy I use table1.moveby(-6), . Every thing is all right till I go to the EOF. when I reached the EOF I just move by the records in the first copy(by table1.recordcount mod 6). It returns the proper value, But I couldn't have the proper record for 2nd and 3rd copies, it print one more record.
Can anyone help me??
Thank u.