E
Eelco de Vries
Hi there!
I have a button on the details section of a continous form next to a
textfield, and in the onclick event I have the code
Private Sub btnVerdiepingZoom_Click()
Me.txtVerdieping.SetFocus
RunCommand acCmdZoomBox
End Sub
When I haven't clicked yet, the buttons each become yellow-edged when I
mouse-over them. When I do click, the text-field next to it gets focus and
opens the zoombox as expected.
When I close this zoombox, *all* the buttons next to all the textfields now
have this "mouse-over" look (orange-yellow edged).
How do I bring this buttons back to default state?
Tried with repaint, didn't work. Is there a "loose-focus" like there is a
"setfocus"?
I have a button on the details section of a continous form next to a
textfield, and in the onclick event I have the code
Private Sub btnVerdiepingZoom_Click()
Me.txtVerdieping.SetFocus
RunCommand acCmdZoomBox
End Sub
When I haven't clicked yet, the buttons each become yellow-edged when I
mouse-over them. When I do click, the text-field next to it gets focus and
opens the zoombox as expected.
When I close this zoombox, *all* the buttons next to all the textfields now
have this "mouse-over" look (orange-yellow edged).
How do I bring this buttons back to default state?
Tried with repaint, didn't work. Is there a "loose-focus" like there is a
"setfocus"?