Touch Screen

sambo

Registered User.
Local time
Today, 10:41
Joined
Aug 29, 2002
Messages
289
Does anyone know if Access Forms can be integrated using a touch screen?
If someone could point me in the right direction for touch screen commands and "how to(s)" that would be greatly appreciated.
 
What sort of touch screen are you using???? All of ours have either handwriting recognition or onscreen keyboards.
 
That's a great question. To which I do not yet have an answer. We are looking for functionality that would allow us to click buttons (much like in an Access Form), except instead of using the mouse, we would like the inspection controller to use a touchscreen.

The buttons would basically be yes/no type buttons, submit buttons, color selector buttons, etc...

What other questions are going to be important for me to ask before I begin developing this front end?
 
Is this for a GPS/GIS application? Are they going to be used in the field //// If so you might want to consider your real estate being a little larger so that you can see it on the small screens......
 
No, this won't be used in the field.
Actually, it will be used for Manufacturing and Quality Assurance jobs ie Hardware inspection checklists, processing incoming units, etc...

I have done a little study and found that the touch screen technology is not in the Programming Language, rather, it is in the drivers related to the Touch Screen Peripheral itself. This means that the touches to the screen work much like a mouse click, except they are performed by fingers or stylus, instead of mouse clicks.

If this is indeed the case, then it seems that the only provision that needs to be made in the code is to be careful what Events are used. ie On Mouse Over probably would not be a good choice. On Mouse Click, however, would still be appropriate.

It seems to me that aesthetic form design will also have to be altered a bit from the traditional style forms. Perhaps bigger buttons and fewer drop down boxes. Perhaps even using only buttons as opposed to combo boxes.

Let me know about any more input.
 

Users who are viewing this thread

Back
Top Bottom