Re: [Harbour] Printer Status Functions

2010-03-25 Thread Robert Skowronek(o2)
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

Re: [Harbour] Printer Status Functions

2010-03-25 Thread Viktor Szakáts
> > 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

Re: [Harbour] Printer Status Functions

2010-03-25 Thread Robert Skowronek(o2)
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

Re: [Harbour] Printer Status Functions

2010-03-25 Thread Viktor Szakáts
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

[Harbour] Printer Status Functions

2010-03-25 Thread Robert Skowronek(o2)
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