0 pts.
 Printing text at the top line of a sapscript form
I'm trying to print date about 1cm from the top of a cheque (standard header settings) but depsite giving the page window an upper margin of zero, it is printed about 1.3cm down the page. I've tried different settings but unable to get rid of this problem. How can i get it at top of the page? Can anyone help? - Similar scenarios welcomed. Regards, Imran

Software/Hardware used:
ASKED: November 15, 2005  6:28 AM
UPDATED: November 15, 2005  3:30 PM

Answer Wiki:
you have to find the physical limits of your printer. For this, add to your sapscript as many box as necessary to show where the printer prints and where not. box tools are /: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY] /: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE] /: SIZE [WIDTH] [HEIGHT] [WINDOW] [PAGE] for example : /:POSITION WINDOW /:POSITION XORIGIN '-0.5' CH YORIGIN '-0.25' LN /:SIZE WIDTH '+0.4' CH HEIGHT +1 LN /:BOX FRAME 10 TW /:BOX HEIGHT '1.7' LN INTENSITY 20
Last Wiki Answer Submitted:  November 15, 2005  3:30 pm  by  JPLamontre   0 pts.
All Answer Wiki Contributors:  JPLamontre   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _