Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

QR-code..

edited January 2014 in General
Hello,

I have a QR-code with data :

%2538714231140184001%901001%902001%910B3D23A%903102%919123456%4108714231140184%911123%912AABB99%913AACC99%920123456%921123456%91499%915GP+%916780%8004123456%12120216%9221%9232%9249999%9171234567890123%10A%2403013048%922566%301000%372700%9419999999%9429999999%2515678%91887137825973240123456789123%93S20060L11010S05011K01163P01002%93S21060L12010S08011K02163P02002%93K03163P03002%10B%2403013048%922566%301000%372700%9419999999%9429999999%2515678%91887137825973240123456789123%93S20050L11010S05011K01163P01002%93S21060L12010S08011K02163P02002%93K03163P03002%10C%2403013048%922566%301000%372700%9419999999%9429999999%2515678%91887137825973240123456789123%93S20060L11010S05011K01163P01002%93S21060L12010S08011K02163P02002%93K03163P03002%10D%2403013048%922566%301000%372700%9419999999%9429999999%2515678%91887137825973240123456789123%93S20050L11010S05011K01163P01002%93S21060L12010S08011K02163P02002%93K03163P03002%10E%2403013048%922566%301000%372700%9419999999%9429999999%2515678%91887137825973240123456789123%93S20060L11010S05011K01163P01002%93S21060L12010S08011K02163P02002%93K03163P03002

This gives error "Resource qrv11_0 not found"

any idea ?

I am new to QR-code, so I don't know much about all the settings and
properties, and only changed the property BarcodeTypeSettings to "bcQRCode".
All the others are left to default..


kind regards,

Dirk Janssens.

Comments

  • edited January 2014
    Additionally: Is there any documentation about the QRCodeSettings-fields ?


  • edited January 2014
    Hi Dirk,

    The current QRCode implementation support QRCode versions 1 - 10. This
    allows for a maximum of 271 data characters in Binary encoding and Low
    error correction.

    It appears your data string is outside this range.

    Looking at your data, you should be able to use AlphaNumeric encoding to
    allow for more data.

    There is a TppQRCodeSettings topic in the ReportBuilder help which
    documents all the QRCode properties.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2014
    Hello Nico,


    // Looking at your data, you should be able to use AlphaNumeric encoding to
    allow for more data.
    Using Alphanumeric does not help (same error)

    Do I need t adjust / chang teh versio also ?

    Setting it to 2 during dsesingtime made Delphi crach (more than once !)


    Dirk .


  • edited January 2014
    >>There is a TppQRCodeSettings topic in the ReportBuilder help which

    I looked in the help, but no info there apart from "Description : Barcode
    settings specific to QR Code barcodes. "



  • edited January 2014
    sorry, I was to quick, found it !

    thanks.


    "Dirk Janssens" schreef in bericht news:52d40e5c$1@mail....


    I looked in the help, but no info there apart from "Description : Barcode
    settings specific to QR Code barcodes. "



  • edited January 2014
    Hello Nico,

    In the Helpfile: "The current implementation of the QR Code object is
    capable of using version 1 - 10."


    I just read in my documentation that I *need* version 15 to encode > 310
    characters, alfanumeriek.

    This is a *very* *very* big problem for me.
    I have >200 comercial users of my software, who will not be able to use it,
    if this is not implementes within a month !!

    can you tell me *please* when bigger versions will be available in
    ReportBuilder ?


    kind regards,

    Dirk Janssen




  • edited January 2014
    Hi Dirk,

    Please send a short email to support@digital-metaphors.com and I will
    guide you through the steps necessary to enable more QRCode versions.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.