Skip to main content

Search

Search

Dynamic Data from a Barcode - Stadard Lable Layout

Comments

2 comments

  • Avatar
    Peter Thane

    If all the data is coming from one barcode scan then you would need to to work out a way how you can split that data up into the respective parts and this would depend on your data. Are the fields/elements all fixed length (ie batch always 8 characters for example) and in the same position in the string?

    If so you could scan the data into a Data Entry Form linked to a field off the side of the label (so it doesnt print) and use the ObjectMethod as the Data Source for each of the label fields and setup Truncation (keep and discard etc) for each of these to only keep the elements you require

     

    0
  • Avatar
    Michael Gibson

    Thank you Peter, after some practice, i've managed to do it via multiple text form inputs from 1 barcode using the tab command inside the barcode.

    This has done the requirement as i like your idea but our part numbers can sometimes change in size.

    I do have some fiddling to get it working exactly as needed but this is a great start and appericate you taking the time to try and help. 

    0

Please sign in to leave a comment.