Re: Printing Alignment


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker (208.57.82.141) on October 13, 2003 at 14:51:35:

In Reply to: Printing Alignment posted by Stephen Auerbach on October 13, 2003 at 11:38:12:

It may be that the first form is the one that's off. There's an old bug that I don't think has been fixed in some initial buffer. When I open a windows printer I alway add the last line to clear the buffer.

12800 OPEN (1) ZLP$ ! OPEN PRINTER
12900 PRINT (1,FMT.SELECTSYSFONT2) ! SELECT 10CPI FONT
13000 PRINT (1, FMT.PAGEINFOPHYSOFFSET)
13100 GOSUB GETRESULT
13200 XOFF = LORESULT
13300 YOFF = HIRESULT
13400 GOSUB CALCLINEHEIGHT
13500 LET LHGT = LINEHEIGHT
13600 PRINT (1, FMT.SETBKMODETRANSPARENT)
13700 PRINT (1) (TR);(FF) ! BUG FIX




Follow Ups: