cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid blank page in script

Former Member
0 Kudos

Hi Experts,

I have one query. In my script, I have to display 200 lines of record. The current scenerio is like for particular record, I am getting only 100 lines of record having some values.

Remaining 100 lines are blank. But in output, I am getting one blank page. I wanted to avoid to print blank page.

Any suggestion??

Regards,

Neha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Neha,

Try to delete the extra blank spaces or lines in the file or data records from where you are displaying the records

regards

padma

Former Member
0 Kudos

Hi Neha,

If the main window has

data more than it fits into into 1st page then

remaining data will comes into next pages

If next page is printing

as empty page

then check whether any

unnecessary new-lines

were written at any where in your main window

if at all it is printing any

unnecessary data in the

next pages remove the unnecassry code in your

main window if possible

unless put the code between if & endif & if the endif will not be true for ever like 1 = 2.

If Found Help Full Do Reward.

Regards.

Eshwar.

Former Member
0 Kudos

Hi Neha - Try to clear the table after printing.. Also could you please let me know the testing steps as if you are executing through some program, then in the selection screen there is a possibility of few checkboxes (like "no blank page") is unchecked.

Regards

Kumar