xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

PrintReady()

Tests if a printer connected to a specified port is ready.

Syntax

PrintReady( [<nLPT>] ) --> lPrinterIsReady

Arguments

<nLPT>
This is a numeric value specifying the printer port to check. It defaults to 1.

Return

The function exists for compatibility reasons. It returns always .F. (false). Use IsPrinter() to test the availability of a printer.

Info

See also:IsPrinter()
Category: CT:Printer , Printer functions
Source:ct\print.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe