‎2008 Apr 03 2:35 PM
Dear All,
I am working on script and going to print on dot matrix printer. So I have created a new page format in script like zvoucher and given width 2290 and height 3050.
Problem is that when i m giving print on continious stationary, its printing first page accordingly but when i tear off the first page and print second page its not taking accordingly. i mean its started printing from very top in the second page. its not keeping the top margin blank which is required.
why its happening that first page is coming properly but second one not coming accordingly.
if anyone got my problem. Then please help me out.
Thanks & regards,
Abhay.
‎2008 Apr 03 3:45 PM
Hi,
The problem is that u have declared same size (height and width) for both first page as well as second page.What you need to do, is declare upper margin for second page some what down when compare to the first page; then it will print as per your format.
Regards,
Pratyush.