In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

VALID

Xailer English public forum
Responder
Srdjan
Mensajes: 111
Registrado: Dom Jun 22, 2008 1:39 pm

VALID

Mensaje por Srdjan »

OnExit method in edit control.
How I can stay on this control if result in OnExit is wrong ?
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

VALID

Mensaje 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
Rene Flores
Mensajes: 620
Registrado: Jue Mar 23, 2006 2:39 am

VALID

Mensaje 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 ?
>
>
Srdjan
Mensajes: 111
Registrado: Dom Jun 22, 2008 1:39 pm

VALID

Mensaje 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 ?
Responder