Jump to content

Code 128 Subset A Barcode


Fellsway

Recommended Posts

Here is a screenshot of what I am trying to duplicate. It was generated in another barcode application and I am trying to match it using FusionPro. FusionPro may have generated a 128 Subset A barcode but I needed it to look like the one attached. Same width and height.

 

The data for this was... S18250342405

 

Sorry for the confusion!

barcode.png.e25d1e01e5f4d39981a784ba31e7a345.png

Link to comment
Share on other sites

Hi Fellsway,

The pic you attached was a little skinny on the requirements - doesn't provide much dimensional info.

Attatched is an example of what I came up with. There was some problem on my output which I don't know the cause of.

The output did scan with a barcode reader.

You would need FusionPro 9.3 to adjust sizing from the setup.

The barcode rule that I used:

var BarcodeData = NormalizeEntities(Make128Barcode(Field("BarcodeNumber")));
return BarcodeData;

Label128Test.pdf

Code128Test_FP.zip

Link to comment
Share on other sites

Thanks Leo! I will give that a shot. Out of curiosity though I'm still baffled why the line breaks are different then the one I created from a separate barcode application (Screenshot). Also the widths of your barcodes vary but they are all using 11 digit data.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...