J
JonWayn
I have a pretty simple form that has a WebBrowser control along with 4
command buttons. All controls are placed in the detail section of the form.
In the Open event of the form, I explicitly set focus to the Print button.
However, after the form loads, nothing seems to have the focus and even
hitting the tab key on the keyboard doesnt seem to toggle from one control to
the other as is the expected behaviour. Only after clicking on the detail
section that the focus indicator becomes visible on the Print button. I ahve
used this functionality many times in the past and not have this effect. I
think the use of the WebBrowser control is what introduces this anomalous
behavior. In any event, does anyone here have an explanation and, better yet,
a work-around?
Thanks
command buttons. All controls are placed in the detail section of the form.
In the Open event of the form, I explicitly set focus to the Print button.
However, after the form loads, nothing seems to have the focus and even
hitting the tab key on the keyboard doesnt seem to toggle from one control to
the other as is the expected behaviour. Only after clicking on the detail
section that the focus indicator becomes visible on the Print button. I ahve
used this functionality many times in the past and not have this effect. I
think the use of the WebBrowser control is what introduces this anomalous
behavior. In any event, does anyone here have an explanation and, better yet,
a work-around?
Thanks