cancel
Showing results for 
Search instead for 
Did you mean: 

Script multiple pages

Former Member
0 Kudos

I have one form. i want to print that 5 times. I have used do endo. It is printing first page (landscape) in correct format. But from second page it is printing in either poatrait or landscape( it is moving to right side and some part is missing).

hay can any body suggest solution to this.

Thanku in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have used it.It is working fine.This is what I did.

call open_form.

do 5 times.

call start_form.

call write_form.

call end_form.

enddo.

call close_form.

The output is fine.

See if in the form the default setting is landscape or not