DTPicker1 controlar el enter
Publicado por jose (128 intervenciones) el 04/11/2002 05:58:17
como se controla el enter en un dtpicker yo lo puse asi, pero no
hace nada.
Private Sub DTPicker1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
KeyAscii = 0
txtconcepto.SetFocus
End If
End Sub
hace nada.
Private Sub DTPicker1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
KeyAscii = 0
txtconcepto.SetFocus
End If
End Sub
Valora esta pregunta
0