C
Cherry
I created five toggle buttons on my forms so that users
can select different form to show up. For example: select
employee button to see employee detail or select report
to see report, but when user switch one to another form
it will hide the other(visible = false)
when I program the code on toggle button, I put them
under "On Got Focus". so, when user clicked on it and
hold it, the program will recognize that the button
already got focus eventhough users change their mind and
move mouse out. Is there anyway to protect in case user
doesn't change their mind and doesn't click on it.
Regard,
Cherry
can select different form to show up. For example: select
employee button to see employee detail or select report
to see report, but when user switch one to another form
it will hide the other(visible = false)
when I program the code on toggle button, I put them
under "On Got Focus". so, when user clicked on it and
hold it, the program will recognize that the button
already got focus eventhough users change their mind and
move mouse out. Is there anyway to protect in case user
doesn't change their mind and doesn't click on it.
Regard,
Cherry