I have an app that is used to clock in. When you press the toggle button it patches a sharepoint site and playsa a sound. This works all fine, however when you press the screen to scroll or to filter it also plays the sound.
What option do i select to prevent this. The code for my sounds is:
On Toggle Change: Reset(Audio1);Set(Varmakesound, false);Set(Varmakesound, true)
On Audio Start: Varmakesound
Any help is appreciated as i have it set to Ho-Ho-Ho for christmas and it plays it 10 times in a row when your scrolling etc.