Search found 130 matches: qrcode

Return to advanced search

Re: TReport: Encabezado de columna en cada grupo, se puede hacer

... TPrinter de Fivewinn y un poco de imaginación y esfuerzo es totalmente posible César, tienes razón, y no vi el detalle de que tiene que haber un QRCODE, y si no recuerdo mal, el TIMPRIME de Rafa Carmona no genera QRCODE. A menos que me equivoque. Aunque creo que usando HARUPDF es posible hacerlo ...
by karinha
Sun Mar 17, 2024 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReport: Encabezado de columna en cada grupo, se puede hacer
Replies: 5
Views: 1046

azzoMax-dashboard for internal use

... tools for us, like Prompt Editor , the text editor , and the file manager from another menu item. Then we have menu items for our product lines QRCode, WINHOTEL. The other programs need to be added. When azzoMax is opened in a remote session, you can also start the desktop programs . What's ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 213

Printing QRCoddes with WEBVIEW2 and FWH

... manage the codes in FIVEWIN. Now, with WEBVIEW2, we can print the codes directly. WEBPAGE is a mod harbour page. It's also the online part of the QRCode DMS. Best regards, Otto Link to our Software https://winhotel.space/qrwinhotel/index.prg https://mybergland.com/fwforum/qrcodelabels.jpg
by Otto
Mon Jan 15, 2024 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing QRCoddes with WEBVIEW2 and FWH
Replies: 1
Views: 574

Re: Generar codigo QR con fivewin.

Saludos
Alberto,
https://github.com/AdaptaProERP/kernel_ ... qrform.prg

DLL32 STATIC FUNCTION QRCode(cStr As STRING, cFile As STRING) AS LONG PASCAL ;
FROM "FastQRCode" LIB "QRCodelib.Dll"
RETURN NIL
by jnavas
Thu Jan 04, 2024 12:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar codigo QR con fivewin.
Replies: 9
Views: 1129

Error Compile FWH2307

... Link 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_WNDREADPALBMPEX' referenced from C:\FWAPP\QRCODE.OBJ Error: Unresolved external '_HB_FUN_WNDSAYPALBMP' referenced from C:\FWAPP\PRINTER.OBJ WNDREADPALBMPEX and WNDSAYPALBMP are functions inside ...
by damianodec
Tue Nov 14, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Compile FWH2307
Replies: 2
Views: 231

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

Just out of curiosity, could the qrcode be generated with white background instead of being transparent?
by hua
Mon Sep 11, 2023 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

When I tested with FWH1912, bmp2alpha() is still necessary to avoid getting the frame which would render the qrcode unreadable
by hua
Fri Sep 08, 2023 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: QR-CODE

... El tema es que no se como convertir a base64 los datos del json. Antes del fwk v.22.12 lo convertía bien con laqrcodelib.dll y la función qrcode() y StrToBase64(), Pero con el fwk 22.12 empieza a dar errores de compilación y no se como convertir a base 64 el ...
by pedroluis
Thu May 04, 2023 1:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1754

Re: QR-CODE

fwh2212\samples\qrcode.prg

No se si pueda servirte de algo, yo compile ese ejemplo con fw2212 y funciona sin problema.
by leandro
Thu Apr 27, 2023 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1754

Re: QR-CODE

... y los datos concernientes a la factura com ser: nombre importe, número, CUIT, etc.,etc.,etc. Con la QRCodeLib.dll Armo los datos para enviar al la QRCODE() de la siguiente manera: cOrigen:="https://www.afip.gob.ar/fe/qr/?p=" cJason:='{"ver":1,"fecha":"'+cFechaEmit+; ...
by pedroluis
Thu Apr 27, 2023 6:29 pm
 
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: Landing page with admin mode

Hello friends,

Promotion for the new inline editing for landing pages.

https://winhotel.space/winhotel_webpage/qrcode.html

Here is a link for a live test: PW 123

https://winhotel.org/demo/admin.prg



Best regards,
Otto
by Otto
Thu Nov 10, 2022 10:36 am
 
Forum: mod_harbour
Topic: Landing page with admin mode
Replies: 2
Views: 542

Re: Print QR Code in Fivewin.

hi,

have search for "qr-code" and found
c:\fwh\samples\qrcode.prg
c:\fwh\samples\barcod01.prg

c:\fwh\samples\pdfharu1.prg
last Sample seems to show how to print "qr-code"

---

or do you already have a "qr-code" as Image :?:
by Jimmy
Wed Jul 06, 2022 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print QR Code in Fivewin.
Replies: 8
Views: 935
Next

Return to advanced search