02-26-2008 09:52 AM
02-26-2008 10:04 AM
Hi paul,
try to use an event structure for it. i´ve attached an example. Hope it helps.
Mike
02-26-2008 10:06 AM
02-26-2008 11:14 AM
02-26-2008 01:33 PM
Using Mouse Up event will normally work. I prefer to use the Value Change event in case my mouse breaks (or gets unplugged) and I have to use the keyboard to tab to the control and press the enter key.
Also, if for some reason you need to disable the control to prevent a user from selecting it, the mouse up event will still be fired even though the control is disabled. If you use value change, the disable status will prevent the event from firing.