Modul Pertemuan 1: Modul Database 3 Akn Trenggalek
Modul Pertemuan 1: Modul Database 3 Akn Trenggalek
MODUL PERTEMUAN 1
Code :
Private Sub cmdhitung_Click()
Dim harga, jumlah As Integer
Dim total, diskon, bayar As Double
Dim bonus As String
harga = txthargasat.Text
jumlah = txtjumbrg.Text
total = harga * jumlah
Else
diskon = 0
bonus = " Tidak Ada"
End If
End Sub
Source
Sub bersih()
txt_kode.Text = ""
txt_namabk.Text = ""
txt_harga.Text = ""
End Sub