Controlling the printing by a window driver.

Chris Kelleher

Administrator
Staff member
Is there a possibility to know if there is a job for a printer in the
network.
on the local printer we control it by :

<BLOCKQUOTE><font size="1" face="Arial, Verdana">code:</font><HR><pre>
input from os-dir ('c:\windows\spool\printers').
repeat:
import test.
if index(test,'spl') ne 0 then do:
input close.
wait-for window-close of current-window.
if stop = true then leave loop.
next loop.
end.
[/code]

Vanneste Rik
<mailto:rik@meubinex.be>
 
Top