02-26-2007 03:12 PM
02-26-2007 03:48 PM
02-27-2007 12:41 PM
Thank you Altenbach. I tried what you recommended . But my program only work half of the time with that approach (inconsistent). Must be something else with my code that I need to sort it out on my own.
I was wonder if event structure can be set to accept the first click only and ignore any click after that.
dphan128
02-27-2007 01:30 PM - edited 02-27-2007 01:30 PM
Message Edited by Jarrod S. on 02-27-2007 01:31 PM
02-27-2007 01:36 PM - edited 02-27-2007 01:36 PM
Message Edited by Jarrod S. on 02-27-2007 01:37 PM
02-27-2007 01:50 PM
@dphan128 wrote:
How do I prevent the operator mistake of clicking more than once on a button and and causing the action to repeat again. I'm using event structure with "value change" event.
02-27-2007 02:14 PM
02-28-2007 10:46 AM
I just want the first click to be acknowledged and any additional click after that will be ignored, until the process is completed executed and then ready for the new click again.
dphan128
02-28-2007 11:18 AM
02-28-2007 03:13 PM
Altenbach,
Yes, I have tried. But the result was not consistent as expected (see my earlier response).
dphan128