Dilwyn Jones writes:
<>
> to work. Sadly I was wrong, printing will still stop after say after
> half a page of graphics or a couple of pages of text. The interesting
> thing is: if I go to SBASIC and just enter the command OPEN#3,PAR it's
> enough to make printing resume and finish! I am completely unable to
> predict when the problem will occur, all I know is how to fix it.

If its a QL problem it could be that your program needs to output a FF
instruction to the printer to flush its buffer. I havent bothered to update
all my printer drivers so I sometimes resort to a:

_=FOPEN('par'):BPUT#_;12:CLOSE#_

(Kept on a hotkey for convenience) It may do no better than what youre doing
already. But if this is the problem, try adjusting the printer driver.

HTH

Per




Reply via email to