Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. saving clocking in and out of a employee

saving clocking in and out of a employee

Scheduled Pinned Locked Moved Visual Basic
help
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saraswathy143
    wrote on last edited by
    #1

    Clocking features are provided for through the integrated use of magnetic card reader/hand held bar code scanner. once the employee scan the card the system should save the time. is there any coding to do this.. pls help

    S 1 Reply Last reply
    0
    • S saraswathy143

      Clocking features are provided for through the integrated use of magnetic card reader/hand held bar code scanner. once the employee scan the card the system should save the time. is there any coding to do this.. pls help

      S Offline
      S Offline
      Steven J Jowett
      wrote on last edited by
      #2

      Barcode readers and magnetic strip readers put keystrokes into the keyboard buffer, so there for you need to put a textbox control onto your form to capture the barcode into. On the textbox leave event, get the current system time and write it to your database with the Employee Id

      Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

      S 1 Reply Last reply
      0
      • S Steven J Jowett

        Barcode readers and magnetic strip readers put keystrokes into the keyboard buffer, so there for you need to put a textbox control onto your form to capture the barcode into. On the textbox leave event, get the current system time and write it to your database with the Employee Id

        Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

        S Offline
        S Offline
        saraswathy143
        wrote on last edited by
        #3

        can you give me a sample coding.. thanks

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups