Skip to main content
Known Participant
June 27, 2023
Question

nach eingabe eines Textes soll ein barcode angezeigt werden

  • June 27, 2023
  • 1 reply
  • 3145 views

Hallo ich möchte das so haben das wenn ich einen bestimmten text eintrage das mir dann der dazugehörige Barcode angezeigt wird gitb es eine möglichkeit?

 

bis jetzt laden wir immer den barcode als Bild hoch das ist aber lästig gibt es da irgeneine möglichkeit 

wir benutzen die datei auf der arbeit 

da wo artikel und EAN steht soll Barcode rein der zu einem Bestimmten Text gehört, ich mölchte nur den Text eintragen und der barcode soll automatisch erscheinen .

 

 

 

wie soll das gehen.

 

gibt es da ein Java-Script

 

Mit freundlichen Grüßen 

Marcel  Freiburg

This topic has been closed for replies.

1 reply

Karl Heinz  Kremer
Community Expert
Community Expert
June 29, 2023

[ I hope it's OK to answer in English, it's easier for me, and it will benefit others with similar questions, this site has a translation feature that allows to translate text into a number of different languages ]

 

As long as you have access to a font that crates the correct barcode you require, and you can express the text in teh format requried for this particular barcode, you can do this in a form field. You can find some EAN fonts here: https://graphicore.github.io/librebarcode/documentation/ean13.html

 

You would install such a font on your system, and then select that font for the barcode text field. Once that is done, you should see the barcode when you assign a value to that field. 

Known Participant
June 29, 2023

mir geht es darum das wenn ich beispiel test dareinschreibe das der dann dazugehörigen Barcode erstellen mit einer festen nummer oder Beispiel Schrauben die haben ja eine Feste nummer ich möchte nut den Text reinschreiben und der soll mir dann den Barcode dazu anzeigen geht das und wie? danke im vorraus 

 

try67
Community Expert
Community Expert
July 1, 2023

die frage ab wo soll ich den Skriot kopieren

 


From the post linked to by KHK above...