+ Reply to Thread
Results 1 to 4 of 4

Thread: Barcode Help

  1. #1
    Join Date
    Feb 2001
    Location
    Saint Paul, Minnesota, US
    Age
    44
    Posts
    10
    Rep Power
    30

    Question Barcode Help

    When progress message pop up with buttons Yes-No,
    I need to create a barcode that will work instead of keyborad when scanned.
    So, when user Scan "Yes" barcode, progress pop up message
    wil behave like key "Y or Alt-Y" whas pressed and another
    barcode for "No" button.
    Is it possible to do?

    Thank you,
    Alex Serebrenik
    SerebrenikA@zomax.com

  2. #2
    Join Date
    Feb 2002
    Location
    Yorkshire
    Age
    34
    Posts
    251
    Rep Power
    43

    Default

    Just produce barcodes for "Y" and "N"

  3. #3
    Join Date
    Feb 2002
    Location
    Yorkshire
    Age
    34
    Posts
    251
    Rep Power
    43

    Default

    Ok, so doing that doesnt work.

    does the barcode scan at all? does it beep when you scan it?

    if it does, then open up a procedure editor or something, and scan, and see what input you get, maybe the scanner is adding a check digit or something which is stopping it working. If this is the case, check the scanner manual, you should be able to turn this off so you get what you scan. if it still has extra characters/digits, then the printer may be adding this, so check your printer manual and disable adding check digits.

    If it doesnt scan, then check you scanner manual, it may be set up to only scan certain types of barcodes, like EAN-13 or something else. You need to enable it to read the alpha numeric characters encoded with the standard you are using to print.

    If this still doesnt work, check that the barcode format you are trying to print with allows alpha characters, and isnt just limited to numbers. if so, change to another format. If this is ok, then check the barcode printer configuration to see if that is set to just print numbers, if this is the case, then enable alphas.

    Hopefully, after all this, it should work - one way or another.

    Good luck :-)

  4. #4
    Join Date
    Nov 2001
    Location
    Brisbane, Queensland
    Posts
    157
    Rep Power
    37

    Default

    What type of scanner are you using? Many scanners interface through the keyboard and connect to the computer in parallel using the keyboard socket. When a barcode is scanned these will simulate the user typing the barcode digits on the keyboard.

    Others connect through the serial port - getting these type of scanners to work as you describe will be a little more complex but it can be done, a serial coms OCX like PDQComm is really recommended.

    Make sure you don't select a barcode format that only supports digits when you print your "Y" and "N" barcodes.

+ Reply to Thread

Similar Threads

  1. UCC 128 Barcode generation
    By Kladkul in forum Development
    Replies: 3
    Last Post: 21 Sep 2009, 01:58 PM
  2. Barcode
    By sevil in forum QAD's MFG/PRO
    Replies: 16
    Last Post: 24 Sep 2008, 07:02 AM
  3. Barcode Width
    By jakke in forum Development
    Replies: 1
    Last Post: 26 Oct 2004, 04:04 AM
  4. barcode in MFG/PRO
    By bunjurd in forum QAD's MFG/PRO
    Replies: 0
    Last Post: 24 Aug 2004, 05:24 AM
  5. Access Barcode
    By Roger01 in forum QAD's MFG/PRO
    Replies: 1
    Last Post: 19 Mar 2003, 09:56 AM

Bookmarks

Posting Permissions

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