×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
It has 2 draws and a manual feed. Up to last Thursday, it was printing fine
from draw 3. Now, I cant get it to print to that draw. It keeps defaulting
back to drawer 1.
If I try printing to each draw via a pc, it works fine.
Can anyone tell me how to figure out why its not printing to the correct
drawer?
Program I used to test drawer printing.
pgm &draw
dcl &draw *char 1
if (&draw *eq '1') do
ovrprtf *prtf drawer(1) prttxt('tray 1') outq(p8)
dsplib cgi *print
dltovr *all
enddo
if (&draw *eq '2') do
ovrprtf *prtf drawer(2) prttxt('tray 2') outq(p8)
dsplib cgi *print
dltovr *all
enddo
if (&draw *eq '3') do
ovrprtf *prtf drawer(3) prttxt('tray 3') outq(p8)
dsplib cgi *print
dltovr *all
enddo
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.