Wednesday, May 10, 2017

Problem : -If you want that your report page should be broken after specified number on Line

Problem : -If you want that your report page should be broken after specified number on line
Solution :  declare two  variables (:-  PageVar and LineVar  as integer
                     Write code on after get record section
                                IF (LineVar MOD 20) = 0 THEN
                                NewPageVar := NewPageVar + 1;             
LineVar := LineVar + 1;


In VB assign group of NewPageVar






No comments:

Post a Comment