J
Jimmy Ionic
A group of radiobuttons has been extended by putting one more field inside
the group (this field is sort of "alient" element for this group). This
results in losing focus (at least visually) when one runs the form and moves
the focus by pressing Tab to the group. If one presses the cursor keys, the
focus becomes visible and starts moving between the radio-buttons. Is there
any way for me to ensure that the focus always stays visible ?
I tried applying the following procedure
Private Sub GROUPofRadioBttns_Enter()
RadioButton1.SetFocus
End Sub
but it didn't help.
the group (this field is sort of "alient" element for this group). This
results in losing focus (at least visually) when one runs the form and moves
the focus by pressing Tab to the group. If one presses the cursor keys, the
focus becomes visible and starts moving between the radio-buttons. Is there
any way for me to ensure that the focus always stays visible ?
I tried applying the following procedure
Private Sub GROUPofRadioBttns_Enter()
RadioButton1.SetFocus
End Sub
but it didn't help.