Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/03/2012, 14:51
astrow25
 
Fecha de Ingreso: enero-2006
Mensajes: 263
Antigüedad: 19 años
Puntos: 1
No me funciona el evento SetFocus

Hola tengo un textbox, que al evento AfterUpdate hace lo siguiente

Private Sub Telefono_AfterUpdate()
If not IsNumeric(Telefono) then
me.Telefono.SetFocus()
End If
End Sub

He probado y no me funciona el setfocus, se va al siguiente control