DATA MAHASISWA STMIK PRINGSEWU WITH KEYPRESS
Private Sub cmdbatal_Click()
Txtn1 = ""
Txtn2 = ""
txttotal = ""
Txtn1.SetFocus
End Sub
Private Sub Cmdhitung_Click()
Txtn1 = ""
Txtn2 = ""
txttotal = ""
Txtn1.SetFocus
End Sub
Private Sub cmdhitung_KeyPress(KeyAscii As
Integer)
If KeyAscii = 13 Then
Txtn2.SetFocus
End If
End Sub
Private Sub cmdkeluar_Click()
Unload Me
End Sub
Private Sub txtn1_KeyPress(KeyAscii As
Integer)
If KeyAscii = 13 Then
Txtn3.SetFocus
End If
End Sub
Private Sub Txtn2_KeyPress(KeyAscii As
Integer)
If KeyAscii = 13 Then
Txtn3.SetFocus
End If
End Sub
Komentar
Posting Komentar