I am generating a output for crystal report through procedure.The report is of varying length and should be printed in one or two pages.The one criteria is that the first page should contain only 8 lines any character after this should shift to next page.All this characters will be stored in a single variable.Depending upon the selected criteria in the front end the
my first three lines will be printed.Then rest of the lines will be printed and this will be upto 8 lines in first page and rest in next page. I am unable to print the first 8 lines in the first page because of the first three lines. If the criteria is not selected then one or two lines will be not
present in the report. How can this be done?