Skip to main content

Search

Search

Qr Code W/ Embedded Url And Unique Id

Comments

5 comments

  • Avatar
    Michael Toupin (mtoupin

    Is there a list of the UID's, or are you just going to be generating them on the fly?

    0
  • Avatar
    Legacy Poster

    It should be a list of UID starting at 1 and ending with the last magnet being 500 (the number of magnets just got changed today).

    0
  • Avatar
    Legacy Poster

    I too, would like to know how to serialize only one item in a QR code.  Has this issue found a solution?

    0
  • Avatar
    Fernando Ramos Miracle

    If you wish to define a fixed value on your QR Code and then a variable serialized one, you only need to divide the information in different data sources inside the barcode object.

     

    One data source (or sub string as it used to be called on older BarTender versions) will contain the UID and the other data source the actual serialized value.

     

    Furthermore, if you wish to "make visible" the serialized value on each printed label, you could share the value of the serialized data source with a text object somewhere on your document, so they get updated at the same time.

     

    *You can share a value between two data sources by naming one of them and using that name on a second data source (effectively they will both become the same data source used in two different objects).

     

    **You can also source the value of a named data source through VB Script.

     

    Cheers.

    0
  • Avatar
    Legacy Poster

    Thank you, Fernando.  That was the solution I arrived at after taking some more time to poke around in the menus.  It works like a charm!

    0

Please sign in to leave a comment.