Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scanning paperwork to customer record

Status
Not open for further replies.

McFestoe

Technical User
Dec 16, 2003
145
GB
Is there a way to have a customer record dispalyed on the screen click a button which scans a document on a scanner and saves it tagging it to a specific customer.
 
This seems like a major project in and of itself but some initial thoughts..

Theoretically a scanner driver could have an API that would allow you to control the scanner. You could then scan to a file via the API and load either store a link to the file or the file itself in the database. Come to think of it I think there is a common API for scanners... TWAIN. You can research that.

A lot less work is probably to have the user scan to a file and then use a Windows API call to the open file dialog to select the file but more work on the user.

Another solution might have the database write the customer details somewhere where a .Net written service that monitors the scanned document folder, picks up the customer details, and writes the file to the database with customer details.
 
Ive written a quick and dirty demo for you it will require some 3rd party freeware files described in the demo and of coarse a scanner attached. I wont go into great detail just download and take a look



HTH << MaZeWorX >> "I have not failed I have only found ten thousand ways that don't work" <<Edison>>
 
 http://www.mediafire.com/?5xz56u9j92c2awi
should of added 'and uses TWAIN' :)

HTH << MaZeWorX >> "I have not failed I have only found ten thousand ways that don't work" <<Edison>>
 
Thoughts?

HTH << MaZeWorX >> "I have not failed I have only found ten thousand ways that don't work" <<Edison>>
 
Sorry guys, only just got back to this due to working away, will have a look at the attachment in a mo.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top