Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

script

Former Member
0 Likes
467

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
450

hi,

in next page

regards,

ananth

4 REPLIES 4
Read only

Former Member
0 Likes
451

hi,

in next page

regards,

ananth

Read only

Former Member
0 Likes
450

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.

Read only

Former Member
0 Likes
450

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

Read only

Former Member
0 Likes
450

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