Barcode 128 in table

Is it possible to display a barcode directly in a table or not?

hello @Nolsie, thanks for posting!!

there are 2 alternatives for this:

  1. if you have a Text Column in a Tulip Table, you can link that directly with the Barcode Widget to display the barcode that can be scanned:

  2. if you have an image of the Barcode, you can store that in a Image type Column in your Table:

would either of these solutions work for you??

Thanks Gio, I think your first option is the best workaround.
I managed to concatenate 2 fields in a record to create the barcode I needed.

Thanks

happy to hear it @Nolsie, thanks again for posting!!