PRNSTAT Program (AREV Specific)
At 20 APR 1998 05:16:59PM Robert Dutra wrote:
Where can I find information concerning the PRNSTAT program, contained in the Verbs file ? e.g., operation specifics.
At 20 APR 1998 05:29PM Mike Ruane, WinWin Solutions Inc. wrote:
Example code follows, should be self explanatory
Declare Subroutine PrnStat
printer.status='
prnstat(printer.status)
if printer.status ] 0 then
begin casecase printer.status=1call msg('Printer is not selected or on line..')case printer.status=2call msg('Printer is out of paper')case printer.status=3call msg('Printer IO or timeout error')case 1call msg('Unknown printer problem')end casestopEnd
Hope it helps-
Mike Ruane
WinWin Solutions Inc.
At 25 APR 1998 09:39AM Aaron Kaplan wrote:
In 3.12 this was changed to a function such that
status=prnstat( printerNumber)
Just a word to the wise.
apk@sprezzatura.com