Re: Default property problem
The default property does not determine which control gets the focus first.
If a control has tabindex of zero, it will get the focus. In the case of
command buttons, it will cause the command button to receive a click event
when the user pushes enter.
--
Michael Culley
www.vbdotcom.com
Re: Default property problem
That's true but I thought that it was because of the presence of my button
control. Simple stuff sometimes...
Anyway I could give this functionality to my button control through the
Extender Object, it holds the Default Property set at design time.
Paulo Costa
"Michael Culley" <mculley@optushome.com.au> wrote in message
news:3d3bb23b@10.1.10.29...
> The default property does not determine which control gets the focus
first.
> If a control has tabindex of zero, it will get the focus. In the case of
> command buttons, it will cause the command button to receive a click event
> when the user pushes enter.
>
> --
> Michael Culley
> www.vbdotcom.com
>
>