Hello All,
I have two text boxes:
1. txtEmployeeID
2. txtDeviceID
The application will use a barcode scanner and depending on which item is scanned I want it to populate correctly.
Example: say that the txtDeviceID is highlight and an employee scans their badge, the first letter is an "E" so I want the textbox to be smart and detect that first letter and populate the correct box. So it would take the input from the DeviceID and populate the EmployeeID with it, then clear out the DeviceID and set the focus to the Device ID.
I figured the best way to do this is javascript... but i know nothing about Javascript
Any pointerS?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008
I have two text boxes:
1. txtEmployeeID
2. txtDeviceID
The application will use a barcode scanner and depending on which item is scanned I want it to populate correctly.
Example: say that the txtDeviceID is highlight and an employee scans their badge, the first letter is an "E" so I want the textbox to be smart and detect that first letter and populate the correct box. So it would take the input from the DeviceID and populate the EmployeeID with it, then clear out the DeviceID and set the focus to the Device ID.
I figured the best way to do this is javascript... but i know nothing about Javascript
Any pointerS?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008