Página 1 de 1

OnEnter bug

Publicado: Dom Oct 08, 2006 2:40 pm
por Srdjan
Why Event OnEnter not fire on first item ? See attachment. My solve for dos
to win conversion.
Best regards
Srdjan Dragojlovic


Attached files Sample.ZIP (3.9 KB)Â

OnEnter bug

Publicado: Mié Oct 11, 2006 11:10 am
por jfgimenez
Srdjan,
sorry for the delay.
> Why Event OnEnter not fire on first item ? See attachment. My solve for
> dos
> to win conversion.
No OnEnter event is fired when the form is created and shown; it's so by
design. Later, when navigating among the controls, you can see that OnEnter
is fired for every control.
If you really need that behavior, you may fire the event by code from the
form's OnShow one.
--
Regards,
Jose F. Gimenez
http://www.xailer.com

OnEnter bug

Publicado: Mié Oct 11, 2006 4:54 pm
por Srdjan
OK :)
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:452cb525$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Srdjan,
>
> sorry for the delay.
>
> > Why Event OnEnter not fire on first item ? See attachment. My solve for
> > dos
> > to win conversion.
>
> No OnEnter event is fired when the form is created and shown; it's so by
> design. Later, when navigating among the controls, you can see that
OnEnter
> is fired for every control.
>
> If you really need that behavior, you may fire the event by code from the
> form's OnShow one.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
>