Search found 435 matches: barcode

Return to advanced search

Re: Does anyone have an Envelope Printing module ?

... I use a Demo label printer, and it was easy to program that from FW. The only complication is finding the right way to print the address barcode. I researched it a few years back but didn't bother to implement it. That would make sending the envelopes faster. Otherwise the PO has to feed ...
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 575

Border with fwbarcode

How create a border on barcode ?

@ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;
SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;
COLOR CLR_BLACK,nBackcolor
by Silvio.Falconi
Tue Jan 16, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border with fwbarcode
Replies: 0
Views: 619

Re: problem with Barcode (sebra) no Html no web

... EAN cod not corret. Please post some to see. EAN 13 12 characters + Check Digit (1 digit) you're Right I decided to change barlib for the new fwbarcode barcodes because in barlib we don't have the new qr type codes to do a demo I think I need to set TExt for each type of barcode in order to ...
by Silvio.Falconi
Tue Jan 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

Re: problem with Barcode (sebra) no Html no web

nBackcolor what color du you have here?
EAN cod not corret.
Please post some to see.
EAN 13
12 characters + Check Digit (1 digit)
by Otto
Mon Jan 15, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

problem with Barcode (zebra) no Html no web . resolved

... with hbzebra.lib I have this result https://i.postimg.cc/ydtCxn30/ggg.png the source code is @ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;         SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;          COLOR CLR_BLACK,nBackcolor where is the error ? ...
by Silvio.Falconi
Mon Jan 15, 2024 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

Re: How to print character sigma in Haru?

... font in the default list, because this font is not installed on all computers bu default and we prefer to generate bar codes on our own than using barcode fonts.
by nageswaragunupudi
Wed Aug 16, 2023 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 325

Biometric Reader

Dear friends:

In a recent application, the client wants the user to identify himself in the LOGIN by his fingerprint.

Does the biometric reader work the same as a barcode reader?

Someone to give me a thread, or better, if you have a small example, it will be very grateful.

Best regards
by Armando
Sat Jul 15, 2023 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Biometric Reader
Replies: 5
Views: 319

capture keyboard character without get focus

i should capture keyboard characters pressed (tipically to read and process string coming from wireless barcode reader working in keyboard emulation) possibly without need to have the focus active on a get in my FWH app, to solve the problem that the user accidentally shift ...
by max
Fri Jun 09, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: capture keyboard character without get focus
Replies: 1
Views: 143

QR-CODE

... no pude encontrar la solución completa a la impresión de QR. Quiero imprimir un código QR con éste código: @ 250, 165 PRINT TO oPrn TEXT cJason AS BARCODE TYPE "QR-CODE" SIZE 24,24 MM y me imprime una mancha negra... Luego un amigo me dice que incluya lo siguiente al comienzo del programa: ...
by pedroluis
Tue Apr 25, 2023 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1757

Barcode FwZebra

...  DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-14 OF oPrn   PAGEFor n= 1 to Len(aBarCode) @ nRow, nCol+3 PRINT TO oPrn TEXT cItem AS BARCODE TYPE aBarCode[n] ;      SIZE 4,0.5 INCHES  @ nRow, 1 PRINT TO oPrn TEXT aBarCode[n] SIZE 4,0.5 INCHES FONT oFont nRow+=0.80nextENDPAGE  ...
by Silvio.Falconi
Sun Apr 16, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Barcode FwZebra
Replies: 0
Views: 177

Re: PRINT TO oPrn....AS BARCODE TYPE

local aBarCode:= { "EAN13","EAN8","UPCA","UPCE",;                         "ITF","MSI","CODABAR","11","39","93",;                         "128","PDF417","DATAMATRIX"...
by Silvio.Falconi
Fri Apr 14, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 539

Re: PRINT TO oPrn....AS BARCODE TYPE

... "39" "93" "128" "PDF417" "DATAMATRIX" "QR" The printer class in the Print Barcode method uses a FWER_BarCode class, but I don't know where to look for it I'm trying and I saw there are errors FWER_BarCode is the ErBarcode ...
by Silvio.Falconi
Fri Apr 07, 2023 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 539

Re: PRINT TO oPrn....AS BARCODE TYPE

... "39" "93" "128" "PDF417" "DATAMATRIX" "QR" The printer class in the Print Barcode method uses a FWER_BarCode class, but I don't know where to look for it
by cmsoft
Thu Apr 06, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 539

Re: PRINT TO oPrn....AS BARCODE TYPE

Sorry Sílvio, I misunderstood the translation. Am sorry.

Regards, saludos.
by karinha
Thu Apr 06, 2023 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 539
Next

Return to advanced search