https://forums.fivetechsupport.com/view ... ed#p239440
Saludos.
Search found 28 matches: datamatrix
Searched query: datamatrix
- Mon Oct 16, 2023 3:43 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: QR en PDF con HARU
- Replies: 11
- Views: 1616
- Tue Apr 25, 2023 8:07 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: QR-CODE
- Replies: 22
- Views: 4296
QR-CODE
... external '_HB_FUN_HB_ZEBRA_CREATE_PDF417' referenced from C:\FWH2212\LIB\FIVEHX.LIB|FWZEBRA
Error: Unresolved external '_HB_FUN_HB_ZEBRA_CREATE_DATAMATRIX' referenced from C:\FWH2212\LIB\FIVEHX.LIB|FWZEBRA
Error: Unresolved external '_HB_FUN_HB_ZEBRA_CREATE_QRCODE' referenced from C:\FWH2212\LIB ...
Error: Unresolved external '_HB_FUN_HB_ZEBRA_CREATE_DATAMATRIX' referenced from C:\FWH2212\LIB\FIVEHX.LIB|FWZEBRA
Error: Unresolved external '_HB_FUN_HB_ZEBRA_CREATE_QRCODE' referenced from C:\FWH2212\LIB ...
- Fri Apr 07, 2023 3:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: PRINT TO oPrn....AS BARCODE TYPE
- Replies: 7
- Views: 1076
- Fri Apr 07, 2023 2:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: PRINT TO oPrn....AS BARCODE TYPE
- Replies: 7
- Views: 1076
Re: PRINT TO oPrn....AS BARCODE TYPE
With zebra the options are:
"EAN13"
"EAN8"
"UPCA"
"UPCE"
"ITF"
"MSI"
"CODABAR"
"11"
"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 ...
"EAN13"
"EAN8"
"UPCA"
"UPCE"
"ITF"
"MSI"
"CODABAR"
"11"
"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 ...
- Thu Apr 06, 2023 1:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: PRINT TO oPrn....AS BARCODE TYPE
- Replies: 7
- Views: 1076
Re: PRINT TO oPrn....AS BARCODE TYPE
With zebra the options are:
"EAN13"
"EAN8"
"UPCA"
"UPCE"
"ITF"
"MSI"
"CODABAR"
"11"
"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
"EAN13"
"EAN8"
"UPCA"
"UPCE"
"ITF"
"MSI"
"CODABAR"
"11"
"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
- Wed Oct 19, 2022 6:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Postal bar code
- Replies: 1
- Views: 1930
Re: Postal bar code
Dear Tim, Ask at the North American Post Office, if the Code is Two-Dimensional Datamatrix 2D??
Estimado Tim, Pregunte en la oficina de correos de América del Norte si el código es bidimensional Datamatrix 2D?
Thanks
Regards, saludos.
Estimado Tim, Pregunte en la oficina de correos de América del Norte si el código es bidimensional Datamatrix 2D?
Thanks
Regards, saludos.
- Mon Mar 15, 2021 12:02 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: problema con DrawBitmap() usando tCodeBars
- Replies: 10
- Views: 1943
Re: problema con DrawBitmap() usando tCodeBars
... CODE128" , {| | hb_zebra_create_code128( ::cCode, ::nFlags ) } },;
{ "PDF417" , {| | hb_zebra_create_pdf417( ::cCode, ::nFlags ) } },;
{ "DATAMATRIX" , {| | hb_zebra_create_datamatrix( ::cCode, ::nFlags ) } },;
{ "QRCODE" , {| | hb_zebra_create_qrcode( ::cCode, ::nFlags ) } } }
::nWidth ...
{ "PDF417" , {| | hb_zebra_create_pdf417( ::cCode, ::nFlags ) } },;
{ "DATAMATRIX" , {| | hb_zebra_create_datamatrix( ::cCode, ::nFlags ) } },;
{ "QRCODE" , {| | hb_zebra_create_qrcode( ::cCode, ::nFlags ) } } }
::nWidth ...
- Thu Dec 17, 2020 4:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GS1 DATAMATRIX
- Replies: 2
- Views: 506
Re: GS1 DATAMATRIX
We are now providing DATAMATRIX only, not GS1 DATAMATRIX.
We will examine this issue.
We will examine this issue.
- Thu Dec 17, 2020 11:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: GS1 DATAMATRIX
- Replies: 2
- Views: 506
Re: GS1 DATAMATRIX
Please, put a image and your code used ( simple sample for test )
- Thu Dec 17, 2020 10:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: GS1 DATAMATRIX
- Replies: 2
- Views: 506
GS1 DATAMATRIX
Hola.
Estoy intentando generar un código de barras impreso que cumpla GS1 datamatrix.
Utilizo el comando PRINT TO ......AS BARCODE TYPE "DATAMATRIX" me genera el codigo datamatrix que incluye solo el texto, según me dicen, porque honestamente no se lo que lo diferencia de cumplir GS1, parece ser que ...
Estoy intentando generar un código de barras impreso que cumpla GS1 datamatrix.
Utilizo el comando PRINT TO ......AS BARCODE TYPE "DATAMATRIX" me genera el codigo datamatrix que incluye solo el texto, según me dicen, porque honestamente no se lo que lo diferencia de cumplir GS1, parece ser que ...
- Mon Apr 08, 2019 8:49 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN March/Marzo 2019 (FWH 19.03)
- Replies: 2
- Views: 4623
Re: New FTDN March/Marzo 2019 (FWH 19.03)
... de barras ( CODE39,CODE128 and EAN13 ).
Proporciona soporte para CODE11,CODE38,CODE93,CIDE128,EAN8,EAN13,UPCA,UPCE,ITF,MSI,CODABAR,PDF417,DATAMATRIX y QR-CODE enlazando la
librería hbzebra.lib disponible para xHarbour y Harbour.
- Mostrar:
- Función FW_SayBarCode( oWnd/hDC, cText, aRect ...
Proporciona soporte para CODE11,CODE38,CODE93,CIDE128,EAN8,EAN13,UPCA,UPCE,ITF,MSI,CODABAR,PDF417,DATAMATRIX y QR-CODE enlazando la
librería hbzebra.lib disponible para xHarbour y Harbour.
- Mostrar:
- Función FW_SayBarCode( oWnd/hDC, cText, aRect ...
- Mon Apr 08, 2019 11:20 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN March/Marzo 2019 (FWH 19.03)
- Replies: 2
- Views: 4623
New FTDN March/Marzo 2019 (FWH 19.03)
... Barcode types CODE39,CODE128 and EAN13.
Provides support for CODE11,CODE38,CODE93,CIDE128,EAN8,EAN13,UPCA,UPCE,ITF,
MSI,CODABAR,PDF417,DATAMATRIX and QR-CODE by linking hbzebra.lib available
from xHarbour and Harbour.
- Display:
- function FW_SayBarCode( oWnd/hDC, cText, aRect, cType ...
Provides support for CODE11,CODE38,CODE93,CIDE128,EAN8,EAN13,UPCA,UPCE,ITF,
MSI,CODABAR,PDF417,DATAMATRIX and QR-CODE by linking hbzebra.lib available
from xHarbour and Harbour.
- Display:
- function FW_SayBarCode( oWnd/hDC, cText, aRect, cType ...
- Wed Jul 18, 2018 2:05 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Leer e imprimir GS1 128
- Replies: 1
- Views: 450
Re: Leer e imprimir GS1 128
Holá, busca en el for por "DataMatrix" creo sea esto.
Saludos.
Saludos.
- Mon Mar 05, 2018 1:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda cpm hbzebra.lib
- Replies: 12
- Views: 3486
Re: Ayuda cpm hbzebra.lib
Christobal, please try QR-Code with data "aa1"! You can see, that the last block is not to see! It seems as a bug in zebra. DATAMATRIX is ok.
- Thu Sep 07, 2017 1:16 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda cpm hbzebra.lib
- Replies: 12
- Views: 3486
Re: Ayuda cpm hbzebra.lib
... codebar.ch"
static oCode, oWndP
function Main()
local oMenu
oCode := TCodeBars():New()
oMenu = BuildMenu()
**
BuildCode( CODEBAR_DATAMATRIX, "DataMatrix ")
* define window oWndP menu oMenu
* activate window oWndP &&ON INIT (BuildCode( CODEBAR_DATAMATRIX, "DataMatrix ", oWndP:end ...
static oCode, oWndP
function Main()
local oMenu
oCode := TCodeBars():New()
oMenu = BuildMenu()
**
BuildCode( CODEBAR_DATAMATRIX, "DataMatrix ")
* define window oWndP menu oMenu
* activate window oWndP &&ON INIT (BuildCode( CODEBAR_DATAMATRIX, "DataMatrix ", oWndP:end ...