Página 1 de 1
VALID
Publicado: Dom Dic 09, 2007 6:29 pm
por Srdjan
OnExit method in edit control.
How I can stay on this control if result in OnExit is wrong ?
VALID
Publicado: Lun Dic 10, 2007 5:10 pm
por Ingo JH
"Srdjan Dragojlovic" <
digikv@yahoo.com> schrieb im Newsbeitrag
news:[email=
475c25d6@ozsrv2.ozlan.local...]
475c25d6@ozsrv2.ozlan.local...[/email]
> OnExit method in edit control.
> How I can stay on this control if result in OnExit is wrong ?
Srdjan,
if the return value is .F. then the focus stays on the control
Regards
Ingo
VALID
Publicado: Mar Dic 11, 2007 2:33 am
por Rene Flores
Srdjan:
If the Method asigned in the OnExit event returns .F. the focus remains
in the Edit, any other thing returned (.t., nil, etc) will jump to the
next control
Regards
Rene Flores
http://www.ciber-tec.com
Dragojlovic escribió:
> OnExit method in edit control.
> How I can stay on this control if result in OnExit is wrong ?
>
>
VALID
Publicado: Mar Dic 11, 2007 7:41 pm
por Srdjan
Thank you

"Rene Flores" <"rflores[nospam]"@ciber-tec.com> wrote in message
news:[email=
475de8d5@ozsrv2.ozlan.local...]
475de8d5@ozsrv2.ozlan.local...[/email]
> Srdjan:
>
> If the Method asigned in the OnExit event returns .F. the focus remains in
> the Edit, any other thing returned (.t., nil, etc) will jump to the next
> control
>
> Regards
>
> Rene Flores
>
http://www.ciber-tec.com
>
> Dragojlovic escribió:
>> OnExit method in edit control.
>> How I can stay on this control if result in OnExit is wrong ?