W
Wendy
Hi again all,
Can someone tell me if there is a VB way to update an
option group field without sending keystrokes and also
still keeping the focus. I have 10 option groups
consisting of a series of checkboxes in each. I toggle
through each one using the space bar (by trapping
keystrokes on the form and testing if the active field is
an option group). If the last checkbox gets checked I want
the next field to be disabled. I do this using the update
event of the option groups but it only works if I use
arrow keys or click on it. if I use the spacebar routine
to check the box then no update occurs. How do I force an
update without leaving the field?
any help would be greatly appreciated,
Thanks
Can someone tell me if there is a VB way to update an
option group field without sending keystrokes and also
still keeping the focus. I have 10 option groups
consisting of a series of checkboxes in each. I toggle
through each one using the space bar (by trapping
keystrokes on the form and testing if the active field is
an option group). If the last checkbox gets checked I want
the next field to be disabled. I do this using the update
event of the option groups but it only works if I use
arrow keys or click on it. if I use the spacebar routine
to check the box then no update occurs. How do I force an
update without leaving the field?
any help would be greatly appreciated,
Thanks