Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

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 case
  case printer.status=1
    call msg('Printer is not selected or on line..')
  case printer.status=2
    call msg('Printer is out of paper')
  case printer.status=3
    call msg('Printer IO or timeout error')
  case 1
    call msg('Unknown printer problem')
end case
stop

End

Hope it helps-

Mike Ruane

WinWin Solutions Inc.

www.WinWinSol.Com


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

Sprezzatura, Inc.

www.sprezzatura.com_zz.jpg

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/e64f40b3dcd484e3852565ec0074e9af.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1