Consulting

Results 1 to 7 of 7

Thread: Solved: Barcode Help

  1. #1
    VBAX Expert
    Joined
    Apr 2007
    Location
    Orlando, FL
    Posts
    751
    Location

    Solved: Barcode Help

    I created a simple form with a TxtBox that a serial number needs to be entered. Is it possible to have a image box next to that and when the serial number is entered a barcode is created on the Form with whatever the serial number is? So if the Serial number is "CNC126487S" Then the barcode would be created based on that entry. Any help would be great.

  2. #2
    Yes it is possible, but you need a barcode font installed, you 'may' have optimisation issues say if it's EAN 128 encoded as you may have to have a routine written to do it (there may already be a VBA version out there).
    Why do you want a barcode on a form and thence on a screen ?
    2+2=9 ... (My Arithmetic Is Mental)

  3. #3
    VBAX Expert
    Joined
    Apr 2007
    Location
    Orlando, FL
    Posts
    751
    Location
    Well the form is a Test of the certain equipement. So when they scan or enter the barcode from the unit and save the form the barcode will print out on the form so the next person can scan it right off the sheet and not the unit. I was able to get a barcode call 3 of 9.

  4. #4
    Surely that will only work if you print the form ?
    Quote Originally Posted by Emoncada
    I was able to get a barcode call 3 of 9.
    ... and ... is that a font ?
    Do you want to store your barcode with that ?
    Does it read back the same with your scanner ? (not all will do but sometimes the difference is just the optimisation I talked about before).
    If so set a lable on your form to that font and update the value with the scanned barcode value.
    2+2=9 ... (My Arithmetic Is Mental)

  5. #5
    VBAX Expert
    Joined
    Apr 2007
    Location
    Orlando, FL
    Posts
    751
    Location
    It's a font yes. I was able to make it work the way I wanted it to. I created a lblBarCodeSN and made that equal TxtBoxSN. On Change and it worked Good. Thanks for your help.

  6. #6
    I tried the barcode add-in or plug in for excel and it works. you may have a try. You could change barcode type and barcode properties easily using the parameter setting panel.
    .NET barcode library for Web, Winforms, rdlc applicaitons @aspper.com

  7. #7
    Yes, I agree with upper replies. Your question can be easily solved if you are willing to operate this in a MS Excel spreadsheet with a barcode generator add-in. Recommend your a website called BarcodeLib.com.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •