Difference between revisions of "PRINTSTATUS()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
==Class==
 
Printing
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to check printer status
 
Function to check printer status
Line 27: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 14:49, 7 December 2009

Purpose

Function to check printer status


Syntax

PRINTSTATUS()


See Also

ISPRINTER(), SET PRINTER, PRINT, PRINTSCREEN(), SYS()


Description

The PRINTSTATUS() function will return .T. if the printer is on line and ready to receive data, or .F. otherwise. On UNIX/Linux and OpenVMS, this function always returns .T..


Example

? printstatus()
.T.


Products

Recital, Recital Server