Search found 66 matches: isprinter

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

... IsLower(<cString>)->lIsLowerCase IsNegative(<cChar>)->lIsNo IsPrint(<cString>)->lIs7BitPrintableChar IsPrinter()->lReady IsPrinter([<cPrinterName>])->lIsPrinter IsPunct(<cString>)->lIsPunctuationChar IsSpace(<cString>)->lIsWhiteSpaceChar ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: funciones de FWH y Harbour en un archivo .txt

... IsDbExcl IsDbFlock IsDbRLock IsDigit IsDigit IsDir IsDirectory IsDisk IsFunction IsGraph IsLeap IsLocked IsLower IsLower IsNegative IsPrint IsPrinter IsPrinter IsPunct IsSpace IsUpper IsUpper IsXDigit JustLeft JustRight KbdStat KeySec KeyTime KSetIns KSetNum KSetScroll L2Bin LastDayoM LastKey ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: Isprinter and bluetooth

allways zero same value
by Silvio.Falconi
Mon Oct 09, 2017 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Re: Isprinter and bluetooth

Silvio,
what value do you get.
Regards,
Otto
by Otto
Mon Oct 09, 2017 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Re: Isprinter and bluetooth

Image

the printer is on
the printer have a big roll of paper
the printer is near to my pc
and I have print a ticket now

then test with prnstatus.... not run
by Silvio.Falconi
Mon Oct 09, 2017 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Re: Isprinter and bluetooth

Silvio,
O should be ok.
Try what happens if the printer is off line.
Paper must be controlled by your software.
Eg one print out is 10cm. You have to add a counter.
Best regards,
Otto
by Otto
Sun Oct 08, 2017 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Re: Isprinter and bluetooth

Dear Otto, I have the custom My3a on table . It is open and I printed now a ticket.it is via BLUETOOTH https://s1.postimg.org/2ri7nmn3xr/printers.jpg then I tried your test and see this ... return me a value 0 ??????? https://s1.postimg.org/84avv7kt0f/otto.jpg
by Silvio.Falconi
Sun Oct 08, 2017 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Re: Isprinter and bluetooth

AND THEN i USE the printer class oPrn

when I'm printing the ticket I can see before these ?

1. there is no enought paper to print the ticket

2. when the printer is printing with method say is blocked , where it is blocked , I must re print the ticket ?

it is no easy to make
by Silvio.Falconi
Sun Oct 08, 2017 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Re: Isprinter and bluetooth

YOU ARE SURE IT run ok on port COM (3,4) VIA BLUETOOTH ?
by Silvio.Falconi
Sun Oct 08, 2017 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Re: Isprinter and bluetooth

Hello Silvio, does PrnStatus work for you. Best regards, Otto #define PRINTER_STATUS_PENDING_DELETION 4 #define PRINTER_STATUS_PAPER_JAM 8 #define PRINTER_STATUS_PAPER_OUT 16 #define PRINTER_STATUS_MANUAL_FEED 32 #define PRINTER_STATUS_PAPER_PROBLEM 64 #define PRINTER_STATUS_OFFLINE 128 #define PRIN...
by Otto
Sat Oct 07, 2017 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Isprinter and bluetooth

for bluetooth printer the function isprinter not run

I use the normal driver windows to print . I use printesc function to set the commands of bluettooth primter custom My3A

I think the error must be check by the drive

how I resolve ?
by Silvio.Falconi
Mon Oct 02, 2017 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1193

Test to see if Bluetooth Printer is ready

I made before the command PRINTER ::oPrn TO ::cPrinter IF !IsPrinter() Tone(4000) Tone(3000) MsgInfo("Verificare la stampante...","Attenzione!") Endif BUT this control not run !!!! HOW resolve it ? But My problem also is another more ...
by Silvio.Falconi
Fri Sep 29, 2017 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test to see if Bluetooth Printer is ready
Replies: 3
Views: 759

Re: Harbour-32.dll

HB_FUN_HB_CODEPAGE_HR646 @367 HB_FUN_HB_CODEPAGE_HR852 @368 HB_FUN_HB_CODEPAGE_HRISO @369 HB_FUN_HB_CODEPAGE_HRWIN @370 HB_FUN_HB_CODEPAGE_HU852 @371 HB_FUN_HB_CODEPAGE_HU852C @372 HB_FUN_HB_CODEPAGE_HUISO @373 HB_FUN_HB_CODEPAGE_HUWIN @374 HB_FUN_HB_CODEPAGE_IS850 @375 HB_FUN_HB_CODEPAGE_IS861 @376...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: Test to see if USB Printer is ready

Samir

The result for IsPrinter() is always .t. when I test it even though the USB cable is un-plugged.

Rick
by Rick Lipkin
Thu May 21, 2015 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test to see if USB Printer is ready
Replies: 20
Views: 5802

Re: Test to see if USB Printer is ready

IsPrinter() Determines if print output can be processed. Syntax IsPrinter( [<cPrinterName>] ) --> lIsPrinter Arguments <cPrinterName> An optional character string holding the name of a particular printer driver. ...
by sambomb
Thu May 21, 2015 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test to see if USB Printer is ready
Replies: 20
Views: 5802
Next

Return to advanced search