
P1 Private Sub cmdHitung_Click() txtdiskon = Val(txtharga) * 0.15 Txthak = Val(txtharga) - Val(txtdiskon) End Sub Private Sub cmdQuit_Click() End End Sub Private Sub cmdUlangi_Click() txtharga = "" txtdiskon = "" Txthak = "" txtharga.SetFocus End Sub P2 Private Sub txtharga_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Txthak.SetFocus txtdiskon = Val(txtharga) * 0.15 Txthak = Val(txtharga) - Val(txtdiskon) End If End Sub Private Sub cmdQuit_Click() End End Sub Private Sub cmdUlangi_Click() txtharga = "" txtdiskon = "" Txthak = "" txtharga.SetFocus End Sub P3 Private Sub cmdkeluar_Click() End End Sub Private Sub cmdproses_Click() txtgajik = Val(txtgajip) + Val(txttn) - Val(txtpotongan) txtpajak = Val(txtgajik) * 0.05 txtgajid = Val(txtg...