Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/04/2011, 13:59
Avatar de titofo
titofo
 
Fecha de Ingreso: septiembre-2008
Ubicación: Córdoba, corazón del país, Argentina.
Mensajes: 203
Antigüedad: 15 años, 7 meses
Puntos: 2
Pregunta Evento LosFocus funciona mal

Tengo un este código:

Private Sub txtNomFor_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtNomFor.LostFocus
RNEve.Vldr(txtNomFor.Text, "TEN")
End Sub

Luego cuando entra dentro del LosFocus mostrado anteriormente, pasa a este siguiente LostFocus:

Private Sub txtCUIT_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtCUIT.LostFocus
RNEve.Vldr(txtCUIT.Text, "CUI")
End Sub

¿Por qué?