Tugas 3 BP6


Private Sub Cmdkeluar_Click()
Unload Me
End Sub

Private Sub Cmdlagi_Click()
Textkode = ""
Textjk = ""
Textht = ""
Textjb = ""
Textjt = ""
Texttotal = ""
Textkode.SetFocus
End Sub

Private Sub Cmdproses_Click()
Dim a As String
a = Mid(Textkode, 1, 3)
If a = "BIM" Then
Textjk = "BIMA"
Textht = "50000"
Textjb = "16.00"
End If
If a = "EKO" Then
Textjk = "EKONOMI"
Textht = "35000"
Textjb = "19.00"
End If
If a = "MUT" Then
Textjk = "MUTIARA"
Textht = "23000"
Textjb = "17.00"
End If
If a = "SEN" Then
Textjk = "SENJA"
Textht = "15000"
Textjb = "20.00"
End If
Textjt.SetFocus
End Sub

Private Sub Form_Load()

End Sub

Private Sub Textjt_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Texttotal = Val(Textjt) * Val(Textht)
End If
End Sub

Komentar

Postingan populer dari blog ini

STMIK PRINGSEWU GELAR PERLOMBAAN HUT RI KE-72