‎2007 Apr 17 2:50 PM
hi assume that we can print only 10 lines per page ..already 5 lines are there in page..
i want to print another 10 lines which i kept in protect and end protect, whether these 10 lines would be get the print on same page or print in the next page?
‎2007 Apr 17 2:51 PM
‎2007 Apr 17 2:51 PM
‎2007 Apr 17 2:53 PM
Hi
They will be printed in the next page as the height of the window is restricted to hold only 10 lines per page. If the data is more than 10 lines it will automatically overflow to the next page.
Regards
Haritha.
‎2007 Apr 17 2:53 PM
Hi,
That is depends on the page length, if Space is there for next 10 lines in the first page then that will be printed in the First page, if not that will be printed in the Second page
Regards
Sudheer
‎2007 Apr 17 3:31 PM
It depends on the page length and main window height. If the main window can accomodate 15 lines, then the next 10 lines will be printed. If the number is less, the rest of them will get printed in the next page and so...on