Hi,
I thought I had posted this but it seems to have disappeared.
I'm new to this forum and looking forward to some challenges. I'm a reasonably competent developer primarily using Access/Excel/VBA and other. I currently have an issue regarding interaction of touch screens (primarily smart phones) using TeamViewer (but can change to something else) to interact with the Access program.
The existing system works fine in normal use but the forms required for use with the smart phones are being redesigned to work with a much smaller screen. They don't require much in the way of user interation for changes to data etc, my primary issue is the navigation.
With touch screens, one simply taps on an option to activate it. However through TeamViewer this does not trigger any events, you have to drag the mouse to the option and then tap, which in the touch screen world does not feel right.
To work with TeamViewer, I have a popup/modal main form set to full screen with navigation buttons and a scrollable subform. Most options simply change the sourceobject of the subform control. The OS is WinXP using 32bit Office 2010.
Does anyone know of an API which will pick up the tap on an option and then execute the code which currently resides in the on click event. As previously mentioned, it just changes the source object of the subform.
Happy to look at workarounds - I've tried moving the code to the mouseup/down events, but these events aren't triggered on a tap unless the mouse is over the option. I've also tried different control types.
Any suggestions will be much appreciated - I have tried contacting TeamViewer but not had a reply.
Many thanks in advance
I thought I had posted this but it seems to have disappeared.
I'm new to this forum and looking forward to some challenges. I'm a reasonably competent developer primarily using Access/Excel/VBA and other. I currently have an issue regarding interaction of touch screens (primarily smart phones) using TeamViewer (but can change to something else) to interact with the Access program.
The existing system works fine in normal use but the forms required for use with the smart phones are being redesigned to work with a much smaller screen. They don't require much in the way of user interation for changes to data etc, my primary issue is the navigation.
With touch screens, one simply taps on an option to activate it. However through TeamViewer this does not trigger any events, you have to drag the mouse to the option and then tap, which in the touch screen world does not feel right.
To work with TeamViewer, I have a popup/modal main form set to full screen with navigation buttons and a scrollable subform. Most options simply change the sourceobject of the subform control. The OS is WinXP using 32bit Office 2010.
Does anyone know of an API which will pick up the tap on an option and then execute the code which currently resides in the on click event. As previously mentioned, it just changes the source object of the subform.
Happy to look at workarounds - I've tried moving the code to the mouseup/down events, but these events aren't triggered on a tap unless the mouse is over the option. I've also tried different control types.
Any suggestions will be much appreciated - I have tried contacting TeamViewer but not had a reply.
Many thanks in advance
Comment