Developer List.
Sent: Thursday, March 25, 2010 12:25 PM
Subject: Re: [Harbour] Printer Status Functions
> > IsPrinter(“LPT1”) => always return “True” also when printer not
connected to that port
> > HB_IsPrinter(“LPT1”) => always return “True” also when printer
> > IsPrinter(“LPT1”) => always return “True” also when printer not
> > connected to that port
> > HB_IsPrinter(“LPT1”) => always return “True” also when printer not
> > connected to that port
> >
> > IsPrinter(“LPT2”) => output correct corresponds with the port status
>
> Are
Dear Viktor,
- Original Message -
From: Viktor Szakáts
To: Harbour Project Main Developer List.
Sent: Thursday, March 25, 2010 11:49 AM
Subject: Re: [Harbour] Printer Status Functions
Hi,
On 2010 Mar 25, at 08:28, Robert Skowronek(o2) wrote:
> In my applicatio
Hi,
On 2010 Mar 25, at 08:28, Robert Skowronek(o2) wrote:
> In my application I want to check whether LPT printer is available or not
> before I send document to it.
>
> In DOS application I used to use PrintReady() function successfully with
> numerical input 1 or 2 for LPT1 and LPT2 respec
Hi,
In my application I want to check whether LPT printer is available or not
before I send document to it.
In DOS application I used to use PrintReady() function successfully with
numerical input 1 or 2 for LPT1 and LPT2 respectively but in Harbour that
function always return "False" e