xBase++ QR Code print for tax authorities pruposes.

Xbase++ 2.0 Build 554 or later
Message
Author
User avatar
PedroAlex
Posts: 229
Joined: Tue Feb 09, 2010 3:06 am

Re: xBase++ QR Code print for tax authorities pruposes.

#11 Post by PedroAlex »

josevalle wrote: Mon Oct 03, 2022 8:20 am
patito wrote: Fri Aug 14, 2020 4:04 pm Hi Pedro

attached qrcode program in xbase++ using visual foxpro dll

best regard
Hector Pezoa
Problems with the second barcode generated.
STATIC FUNC Genera(pText,pFile)
*******************************
LOCAL nHandle := DllPrepareCall("BarCodeLibrary.DLL",DLL_CDECL,"SetConfiguration")
LOCAL nSize := 6
LOCAL nType := 1 //0=bmp 1=jpg 2=gip

DllExecuteCall(nHandle ,nSize,nType)

o:=DllPrepareCall("BarCodeLibrary.DLL",DLL_CDECL,"GenerateFile")
DllExecuteCall(o,pText,pFile)

DllUnLoad(nHandle)

RETURN .t.
what xbase version are you using?
Pedro Alexandre

User avatar
slobodan1949
Posts: 80
Joined: Mon Apr 25, 2011 8:57 am
Location: SERBIA
Contact:

Re: xBase++ QR Code print for tax authorities pruposes.

#12 Post by slobodan1949 »

Xbase++ 2.0 from 07-2021 has the ability to generate a QR code
and for that job Xbase++ has its own LIB/DLL libraries.
I attach these libraries and the source code of the example in the file
QRcode source.zip
Attachments
QRcode source.zip
(175.89 KiB) Downloaded 166 times

josevalle
Posts: 2
Joined: Mon Oct 03, 2022 8:05 am

Re: xBase++ QR Code print for tax authorities pruposes.

#13 Post by josevalle »

Hello

I have xbase 2.0 build 1440. And with that the solution of Slabodan works well.

But most od my clients have versions compiled with 1.90.255 and I prefer not to update that programs.

Jose Valle

User avatar
PedroAlex
Posts: 229
Joined: Tue Feb 09, 2010 3:06 am

Re: xBase++ QR Code print for tax authorities pruposes.

#14 Post by PedroAlex »

Hello,
I´m using this component.
It can be the solution for your 1.9 xbase customers.
https://www.mw6tech.com/fonts/qrcode/qrcode.html
Pedro Alexandre

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: xBase++ QR Code print for tax authorities pruposes.

#15 Post by skiman »

Hi,

I'm using this active-x component.
https://strokescribe.com/

The cost is 150$ for a developer licence, so you can distribute it.
Best regards,

Chris.
www.aboservice.be

Post Reply