Coder Social home page Coder Social logo

Carriage Return in QR Code about foxbarcodeqr HOT 10 OPEN

vfpx avatar vfpx commented on July 20, 2024
Carriage Return in QR Code

from foxbarcodeqr.

Comments (10)

vibenji avatar vibenji commented on July 20, 2024

Have you tried CHR(13)+CHR(10) ?

from foxbarcodeqr.

kalpesh2804 avatar kalpesh2804 commented on July 20, 2024

I tried both character but its not working.

from foxbarcodeqr.

vibenji avatar vibenji commented on July 20, 2024

Can you explain what exactly are you trying? And what is not working?

from foxbarcodeqr.

kalpesh2804 avatar kalpesh2804 commented on July 20, 2024

image

I want to retrieve string as per screenshot when QR code scanned.

from foxbarcodeqr.

vibenji avatar vibenji commented on July 20, 2024

image
so like this?

from foxbarcodeqr.

kalpesh2804 avatar kalpesh2804 commented on July 20, 2024

yes

from foxbarcodeqr.

vibenji avatar vibenji commented on July 20, 2024

Can you show me what your code looks like?

from foxbarcodeqr.

kalpesh2804 avatar kalpesh2804 commented on July 20, 2024

I don't have code on hand.

from foxbarcodeqr.

vibenji avatar vibenji commented on July 20, 2024
SET PROCEDURE TO LOCFILE("FoxBarcodeQR.prg") ADITIVE
*--- Create a FoxBarcodeQR object
LOCAL loFbc, lcQRImage
loFbc = CREATEOBJECT("FoxBarcodeQR")

LC_CSV="barcodi	0987654"
LC_CSV=LC_CSV+CHR(10)+"Address 1	bliblablub"
LC_CSV=LC_CSV+CHR(10)+"Address 2	123456789"
LC_CSV=LC_CSV+CHR(10)+"Address 3	20000,00"
LC_CSV=LC_CSV+CHR(10)+"Address 4				500"

*-- Using the BarCodeLibrary.dll library
lcQRImage1 = loFbc.QRBarcodeImage(LC_CSV,,6,0)

this is producing the QR code exactly like it should. When you come back with your own code we can look into that.

from foxbarcodeqr.

kalpesh2804 avatar kalpesh2804 commented on July 20, 2024

Thanks

from foxbarcodeqr.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.