OnExit method in edit control.
How I can stay on this control if result in OnExit is wrong ?
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.
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
VALID
"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
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
-
- Mensajes: 620
- Registrado: Jue Mar 23, 2006 2:39 am
VALID
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 ?
>
>
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
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 ?

"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 ?