Barcode Editor
Not sure if this is possible with the barcode object but I am trying to combine three fields within the editor to display as <frxDBDataset1."Length"> + 'x' + <frxDBDataset1."Width"> + 'x' + <frxDBDataset1."Height"> so the result would be something like 10x12x14 which would be the text for the barcode object. Is this even possible?
I am running version 5.6.2
Thanks
I am running version 5.6.2
Thanks
Comments
VarToStr(<frxDBDataset1."Length">) + 'x' + VarToStr(<frxDBDataset1."Width">) + 'x' + VarToStr(<frxDBDataset1."Height">)
I am trying to combine three data fields in one EAN128. type (02) 08456987231212 (37) 01 (10) 2305
I can't get a readable barcode.
any ideas ?.
Thank you
Try to use GS1 Code128 barcode type