Search found 171 matches: zebra

Return to advanced search

Re: Fwh 23.10 TGet another problem

... https://supportcommunity.zebra.com/s/article/000022893?language=pt_BR https://forums.ni.com/t5/LabVIEW/printing-arabic-using-ZPL-language/td-p/3829324 Regards, ...
by karinha
Tue Nov 07, 2023 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54308

Re: xHarbour.org updated!

...             +C:\XHBBCC76\lib\ct.Lib               +C:\XHBBCC76\lib\gtgui.Lib            +C:\XHBBCC76\lib\tip.Lib              +C:\XHBBCC76\lib\hbzebra.Lib          +C:\XHBBCC76\lib\codepage.Lib         +C:\XHBBCC76\lib\png.Lib              +C:\XHBBCC76\lib\pp.Lib               +c:\XHBBCC76\lib\libcrypto.lib ...
by wartiaga
Tue Sep 19, 2023 6:39 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37539

Re: QR-CODE

Mi estimado,,,,
no olvides linkar las librerias de zebra hbzebra.lib y al inicio del prg
Code: Select all  Expand view

REQUEST FWZEBRA  // required for barcodes
REQUEST FWHARU   // required for using HaruPdf
 
by Willi Quintana
Wed Apr 26, 2023 3:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1754

QR-CODE

Hola amigos ! Estuve leyendo en el foro sobre el tema pero no supe o 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... Lueg...
by pedroluis
Tue Apr 25, 2023 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1754

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

With zebra the options are: "EAN13" "EAN8" "UPCA" "UPCE" "ITF" "MSI" "CODABAR" "11" "39" "93" "128" "PDF417" ...
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: 537

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

With zebra the options are: "EAN13" "EAN8" "UPCA" "UPCE" "ITF" "MSI" "CODABAR" "11" "39" "93" "128" "PDF417" ...
by cmsoft
Thu Apr 06, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 537

Re: Report class : colorize rows

... ::oReport:aColumns[ 3 ]:lShadow:= ! Empty( ::oPrenota:DATAPAYED )  Regards, saludos. if you make shadow it can also run ok I ask zebra effect with Treport
by Silvio.Falconi
Sat Mar 18, 2023 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report class : colorize rows RESOLVED
Replies: 7
Views: 490

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

este es el archivo MAK completo ############################################################################## # Template make file for FWH and Borland 7 Make tool # # Pograma: Winfar64 # ############################################################################## # Make directives ###############...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4988

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Antonio...me da verguenza seguir molestándote , pero no hay caso! Las librerias están todas enlazadas usando el harbour tuyo aca te muestro la parte correspondiente del MAK $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> ma...
by rterraz
Sat Sep 18, 2021 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4988

Re: Código Qr con librería Harupdf

Amigos, Debo reemplazar el código de barras por código QR en facturas electrónicas, uso la librería Harupdf de Harbour. La función para este código es hb_zebra_create_qrcode() sin embargo me dice que esa función no existe. Las librerías que uso en mi proyecto son las siguientes: hbhpdf.lib, hbzebra...
by postinelli
Wed May 19, 2021 7:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Código Qr con librería Harupdf
Replies: 2
Views: 685

Re: Codigo QR

Como ejecutas el script ? Puedes mostrar el código ?

Es en la rutina que ejecuta el script en donde debes hacer el extern HB_ZEBRA_CREATE_QRCODE para que el símbolo esté disponible
by Antonio Linares
Sun May 16, 2021 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 947

Re: Codigo QR

Prueba a usar:

extern HB_ZEBRA_CREATE_QRCODE

al comienzo del PRG en donde la usas
by Antonio Linares
Sun May 16, 2021 9:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 947

Re: Codigo QR

Hola Antonio, escribí mal el error, pero la función la escribí bien, hZebra := hb_zebra_create_qrcode()
by santidedos
Sat May 15, 2021 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 947

Re: Codigo QR

Santi,

Por el error que te dá parece que ha sido un baile de letras:

"Unknown or unregistered symbol HD_ZEBRA_CREATE_QRCODE"
by Antonio Linares
Sat May 15, 2021 9:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 947
Next

Return to advanced search