Volver el focus
Publicado: Mié Feb 23, 2005 5:05 pm
Bueno, de alguna manera quiero devolver el foco a un TEdit y no lo logro.
tengo lo siguiente
If alltrim(::oEditUser:Value)+Alltrim(::oEditClave:Value) != oValor
If MsgYesNo("Clave Inexistente , REPITA","Error de Logeo",
RTF_VER )
::oEditClave:Value := space(11)
::oLabel3:cText := "Usuario:"
::oEditClave:SetFocus()
::lAcceso := .F.
EndIf
EndIf
Gracias
tengo lo siguiente
If alltrim(::oEditUser:Value)+Alltrim(::oEditClave:Value) != oValor
If MsgYesNo("Clave Inexistente , REPITA","Error de Logeo",
RTF_VER )
::oEditClave:Value := space(11)
::oLabel3:cText := "Usuario:"
::oEditClave:SetFocus()
::lAcceso := .F.
EndIf
EndIf
Gracias