Results 1 to 4 of 4
  1. #1
    Komakino is offline Novice
    Windows 10 Office 365
    Join Date
    Jun 2020
    Posts
    2

    Barcode 128 printing in single case

    Hello, I used one of the bar-code-128 modules posted by a user here a few years back https://www.accessforums.net/showthread.php?t=33878 .



    The code works, I can print the bar-codes out but the only issue is that the bar-code ignores letter casing . Example: I print "HelloWorld" the resulting bar-code will scan as either "helloworld" or "HELLOWORLD" depending on if my caps lock is on or off .
    Which modifications can I make to the code to have the bar-code read "HelloWorld" when scanned?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,815
    Code seems to handle upper and lower case to create the graphic.

    Could there be an issue with the scanner? Maybe ask manufacturer.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Komakino is offline Novice
    Windows 10 Office 365
    Join Date
    Jun 2020
    Posts
    2
    Quote Originally Posted by June7 View Post
    Code seems to handle upper and lower case to create the graphic.

    Could there be an issue with the scanner? Maybe ask manufacturer.
    There is no error with the scanner, I know this because other barcodes produced by programs like "Bartender" scan perfectly fine.
    I have even uploaded a pdf of the barcodes from Access to a website that decodes barcodes and I do not get mixed case.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,815
    Well, all I can say is the code produces graphics for HelloWorld, HELLOWORLD, helloworld that look different from each other.

    I tried your trick of uploading image to online decoder and don't get any output.

    Cross post https://stackoverflow.com/questions/...se-vbacode-128
    Last edited by June7; 06-05-2020 at 12:14 PM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 8
    Last Post: 10-04-2019, 06:00 AM
  2. Replies: 5
    Last Post: 05-16-2019, 09:01 PM
  3. Printing out a single form
    By Lou_Reed in forum Access
    Replies: 4
    Last Post: 12-12-2016, 01:03 PM
  4. Replies: 3
    Last Post: 04-17-2013, 07:04 PM
  5. DataMatrix Barcode Font Not Printing
    By waltb in forum Reports
    Replies: 3
    Last Post: 10-12-2012, 05:42 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums