FWH Zebra QR test

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42773
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 116 times
Been thanked: 108 times
Contact:

FWH Zebra QR test

Post by Antonio Linares »

Dear friends,

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

many thanks!

Code: Select all | Expand

#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
User avatar
Enrico Maria Giordano
Posts: 8780
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 8 times
Contact:

Re: FWH Zebra QR test

Post by Enrico Maria Giordano »

My default printer is PDFCreator and I get a PDF with the QR code.
User avatar
Ruth
Posts: 174
Joined: Fri Dec 07, 2007 1:26 pm
Been thanked: 1 time
Contact:

Re: FWH Zebra QR test

Post by Ruth »

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
User avatar
RAMESHBABU
Posts: 633
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India
Been thanked: 6 times

Re: FWH Zebra QR test

Post by RAMESHBABU »

Dear Antonio,

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

-Ramesh Babu P
User avatar
ertan
Posts: 26
Joined: Wed Jul 26, 2023 12:08 pm
Location: Istanbul, Turkiye
Been thanked: 1 time

Re: FWH Zebra QR test

Post by ertan »

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 :)
User avatar
dutch
Posts: 1571
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand
Been thanked: 2 times

Re: FWH Zebra QR test

Post by dutch »

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)
User avatar
richard-service
Posts: 812
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 2 times
Been thanked: 1 time
Contact:

Re: FWH Zebra QR test

Post by richard-service »

Dear Antonio,

It's working fine.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Post Reply