I have a program I wrote in ASP for my Symbol scanner. It has 4 fields, Location, Item, Pack Quantity and Quantity.
When I scan the first field location, I would like for it to search the location table for any items that match and display those items on the screen.
I can do that by submitting the form after the location scan. Here's the catch, I would like after the form is submitted to keep the location I just scanned in the text field. Instead it clears the text field and I have to re enter it in.
Once it keeps the location, it should focus on the next field which would be the item field.
Thanks
When I scan the first field location, I would like for it to search the location table for any items that match and display those items on the screen.
I can do that by submitting the form after the location scan. Here's the catch, I would like after the form is submitted to keep the location I just scanned in the text field. Instead it clears the text field and I have to re enter it in.
Once it keeps the location, it should focus on the next field which would be the item field.
Thanks