FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH Zebra QR test
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FWH Zebra QR test
Posted: Fri Apr 04, 2025 06:36 PM
Dear friends,

Would you be so kind to build and run this example on your PC and let us know your results ?

many thanks!
#include "fivewin.ch"

REQUEST FWZEBRA  // required for barcodes

function Main()

   local oPrn, cText := "Texto a QR"

   PRINT oPrn
   PAGE
   @ 2,2 PRINT TO oPrn TEXT cText AS BARCODE TYPE "QR" SIZE 2,2 INCHES
   ENDPAGE
   ENDPRINT

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH Zebra QR test
Posted: Fri Apr 04, 2025 07:25 PM

My default printer is PDFCreator and I get a PDF with the QR code.

Posts: 179
Joined: Fri Dec 07, 2007 01:26 PM
Re: FWH Zebra QR test
Posted: Fri Apr 04, 2025 09:25 PM

Dear Antonio,

it runs perfectly fine here, too.

By coincidence, we spent this morning getting the printing of a Scan&Pay QR-Code generated via FW_Barcodebmp() to work.

When printing the resulting invoice (with or without a letterhead layer) through the free PDF24, the QR code disappeared. However, printing just the QR code alone worked fine, leading us to suspect that PDF24 may block certain commercial use. Meanwhile, everything prints perfectly with FinePrint PDF Factory Pro — whether it’s just the QR code or the QR code plus text and underlay.

Kind regards and have a nice weekend,

Ruth

Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
Re: FWH Zebra QR test
Posted: Sat Apr 05, 2025 04:49 AM

Dear Antonio,

It working ok with me. It is generated a PDF with a QRCode.

-Ramesh Babu P

Posts: 61
Joined: Wed Jul 26, 2023 12:08 PM
Re: FWH Zebra QR test
Posted: Sat Apr 05, 2025 06:10 AM
Hi Master,

It's perfectly working for me.

Ertan,

Testing environment:
Latest harbour and BCC 7.70 with x86 or x64 and FWH 25.01
OS: on Win7 x64 and Win10 x64
Print Engine: PDF Factory PRO
I don't use Win11 or Visual Studio :)
Best regards,
Ertan,

ertan_ozturk@yahoo.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: FWH Zebra QR test
Posted: Tue Apr 08, 2025 12:28 PM

Dear Antonio,

I test with FWH2304, it works fine.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: FWH Zebra QR test
Posted: Tue Apr 15, 2025 06:07 AM

Dear Antonio,

It's working fine.

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion