DATA MAHASISWA MENGGUNAKAN KEYPRESS



Private Sub BATAL_Click()           
tex1 = ""
Text2 = ""
Text3 = ""
Text1.SetFocus
End Sub



Private Sub LAGI_Click()
tex1 = ""
Text2 = ""
Text3 = ""
Text1.SetFocus
End Sub

Private Sub KELUAR_Click()
Unload Me
End Sub

Private Sub Command1_Click()
Text1 = ""
Text2 = ""
Text3 = ""
Text1.SetFocus
End Sub

Private Sub Command2_Click()
Text1 = ""
Text2 = ""
Text3 = ""
Text1.SetFocus
End Sub


Private Sub Command3_Click()
Unload Me
End Sub


Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Text2.SetFocus
End If
End Sub

Private Sub Text2_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Text3.SetFocus
End If
End Sub

Private Sub command1_Click()
txt1 = ""
Txt2 = ""
Txt3 = ""
txt1.SetFocus
End Sub
Private Sub command2_Click()
txt1 = ""
Txt2 = ""
Txt3 = ""
txt1.SetFocus
End Sub
Private Sub command3_Click()
Unload Me
End Sub
Private Sub txt1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Txt2.SetFocus
End If
End Sub
Private Sub Txt2_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Txt3.SetFocus
End If

End Sub




Komentar

Postingan populer dari blog ini

WISUDA BERSAMA STMIK & STIT PRINGSEWU 2017

Tugas 2.7 Tugas Mutu Mahasiswa Stmik Pringsewu Tanpa Keypress