H
Huckle
Hello,
I currently have a procedure to open a form with the "On Click" event of a
command button. I want to run another procedure on the "Double Click" event.
I can't get the Double Click event to run... at all.
My code within the "Double Click" is now simplified to just:
msgbox "This is the code inside the doubl click event"
The only thing that happens when I double click on the command button is
that the code for "On Click" runs and it seems to ignore the fact that I am
double clicking.
Thanks
Huckle
I currently have a procedure to open a form with the "On Click" event of a
command button. I want to run another procedure on the "Double Click" event.
I can't get the Double Click event to run... at all.
My code within the "Double Click" is now simplified to just:
msgbox "This is the code inside the doubl click event"
The only thing that happens when I double click on the command button is
that the code for "On Click" runs and it seems to ignore the fact that I am
double clicking.
Thanks
Huckle