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
- Re: [ql-users] QPC2v2 again Wolfgang Lenerz
- Re: [ql-users] QPC2v2 again Wolfgang Lenerz
- Re: [ql-users] QPC2v2 again Marcel Kilgus
- RE: [ql-users] QPC2v2 again Wolfgang Lenerz
- RE: [ql-users] QPC2v2 again Wolfgang Lenerz
- RE: [ql-users] QPC2v2 again Norman Dunbar
- RE: [ql-users] QPC2v2 again Norman Dunbar
- RE: [ql-users] QPC2v2 again Norman Dunbar
- RE: [ql-users] QPC2v2 again Claude Mourier 00
- Re: [ql-users] QPC2v2 again Dilwyn Jones
- Re: [ql-users] QPC2v2 again P Witte
- Re: [ql-users] QPC2v2 again Geoff Wicks
- Re: [ql-users] QPC2v2 again Peter Graf
- Re: [ql-users] QPC2v2 again Wolfgang Lenerz
- Re: [ql-users] QPC2v2 again Peter Graf
- Re: [ql-users] QPC2v2 again Peter Graf
- Re: [ql-users] QPC2v2 again John Hitchcock
- Re: [ql-users] QPC2v2 again P Witte
- Re: [ql-users] QPC2v2 again Peter Graf
- Re: [ql-users] QPC2v2 again Peter Graf
- Re: [ql-users] QPC2v2 again Phoebus Dokos
