vdeveloper
Programmer
Hi all
I am using an invoice printing routine on a dotmatrix printer which goes like this
set printer to name "EPSON LQ-1150 ESC/P2"
set printer on
set console off
? 'Memo No : ' + cmemo
? ....
etc..
?
set printer off
set printer to
my problem is that after the last 'set printer to' the printer ejects a page which I do not want, as the next bill has to be printed at the position where the last bill ended. could someone tell me how to prevent the eject?
Thanks
I am using an invoice printing routine on a dotmatrix printer which goes like this
set printer to name "EPSON LQ-1150 ESC/P2"
set printer on
set console off
? 'Memo No : ' + cmemo
? ....
etc..
?
set printer off
set printer to
my problem is that after the last 'set printer to' the printer ejects a page which I do not want, as the next bill has to be printed at the position where the last bill ended. could someone tell me how to prevent the eject?
Thanks