Closed Thread
Results 1 to 10 of 10

Thread: barcode

  1. #1
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    barcode

    hey guys my boddy is opening a gym and im going to make a web site for him and software to track his clients.


    now he is going to get a barcode scanner for his membership cards..

    how can i take the data from the scanner and assosiate it to a memeber?

    witht the barcode scanner i heard that there is like a driver and some small apps that comes with it..suposaly it scans it and displays results?

    is this true?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: barcode

    If you hook a barcode scanner up to a computer it is just like hooking a keyboard up to it. Meaning..... If you open notepad (or an editor in your OS) and scan a barcode it will directly enter the resulting scan into notepad/your editor. When writing a program for it you just need to provide a textbox and have that text-box be the focused input. I wrote a small one for LXE Scanners (Windows Mobile) and as the text changed I did a search. Worked great but those guys never implemented it.

    If you have any more questions about it, just ask.

  4. #3
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: barcode

    ok..so it is possible to make it web based.i just need to find the link between the notpad and the scanner?or i can shuse the destination?

  5. #4
    Jordan Guest

    Re: barcode

    No. For instance if you wanted to scan a barcode into a webpage text box you would load that webpage in your browser and click on the textbox. Take the scanner and scan the barcode and it will fill in the textbox with the results.

  6. #5
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: barcode

    automaticly?wow how does it now to go in that box?

    oh its like a keyboard write?

  7. #6
    Jordan Guest

    Re: barcode

    Yes, assuming you've already plugged it in once and have the operating system drivers setup correctly it will work as I described it above.

  8. #7
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: barcode

    nice thx!

  9. #8
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    Re: barcode

    You can also use javascript to automatically put the cursor in the desired form entry, and have the barcode scanner send an ENTER character so the form submits on barcode scan.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  10. #9
    Jordan Guest

    Re: barcode

    That is an excellent tip!

  11. #10
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: barcode

    tgh!i will google that.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Gathering information from a UPC barcode?
    By duggienuggets in forum General Programming
    Replies: 1
    Last Post: 02-14-2011, 06:48 PM
  2. Barcode Configuration
    By hewbahrami in forum Visual Basic Programming
    Replies: 5
    Last Post: 04-24-2009, 10:00 AM
  3. barcode for access
    By techker in forum General Programming
    Replies: 11
    Last Post: 02-20-2009, 01:53 PM
  4. Barcode generation
    By Divya in forum PHP Development
    Replies: 2
    Last Post: 10-21-2008, 09:30 AM
  5. .NET problem with printing a barcode
    By honzac32 in forum C# Programming
    Replies: 3
    Last Post: 07-10-2007, 01:41 PM

Tags for this Thread

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