Friday, 14 October 2011
Posted by
danesurya
Program Address dengan VB
Ketik source code dibawah ini
Private Sub Command2_Click()
databar.Recordset.Delete
databar.Recordset.MovePrevious
End Sub
Private Sub Command3_Click()
databar.Recordset.Edit
End Sub
Private Sub Text1_Change()
End Sub
Private Sub Text1_GotFocus()
End Sub
Private Sub cmdAdd_Click()
databar.Recordset.AddNew
End Sub
Private Sub cmdExit_Click()
Unload Me
End
End Sub
Private Sub cmdNew_Click()
databar.Recordset.AddNew
End Sub
Private Sub cmdUpdate_Click()
databar.UpdateRecord
End Sub
Private Sub txtAddress_GotFocus()
txtAddress.SelStart = 0
txtAddress.SelLength = Len(txtAddress.Text)
End Sub
Private Sub txtCity_GotFocus()
txtCity.SelStart = 0
txtCity.SelLength = Len(txtCity.Text)
End Sub
Private Sub txtComments_GotFocus()
txtComments.SelStart = 0
txtComments.SelLength = Len(txtComments.Text)
End Sub
Private Sub txtEmail_GotFocus()
txtEmail.SelStart = 0
txtEmail.SelLength = Len(txtEmail.Text)
End Sub
Private Sub txtFirst_GotFocus()
txtFirst.SelStart = 0
txtFirst.SelLength = Len(txtFirst.Text)
End Sub
Private Sub txtLast_GotFocus()
txtLast.SelStart = 0
txtLast.SelLength = Len(txtLast.Text)
End Sub
Private Sub txtPhone_GotFocus()
txtPhone.SelStart = 0
txtPhone.SelLength = Len(txtPhone.Text)
End Sub
Private Sub txtState_GotFocus()
txtState.SelStart = 0
txtState.SelLength = Len(txtState.Text)
End Sub
Private Sub txtZip_GotFocus()
txtZip.SelStart = 0
txtZip.SelLength = Len(txtZip.Text)
End Sub
Private Sub txtHp_GotFocus()
txtHp.SelStart = 0
txtHp.SelLength = Len(txtHp.Text)
End Sub
Nb:
Buat programm database (table) di MsAccess
Field Name Data Type
fname Text
lname Text
address Text
city Text
state Text
zip Text
phone Text
hp Text
comments Text
extra text
simpan dan beri nama :AddressDatabase
danesurya
Daftar isi
Blog Archive
About Me
Total Pageviews
label
- Blackberry (5)
- Blog (11)
- Cara kerja (8)
- Cerita dan Dongeng (3)
- facebook (3)
- Foto-foto Prewedding (2)
- Free widget (1)
- gambar (34)
- Humor (1)
- indahnya cinta (11)
- Java Script (6)
- Kata lucu (2)
- kata mutiara cinta (3)
- kisah nabi (28)
- lagu (5)
- Lirik lagu (7)
- lisensi (2)
- Mario teguh (6)
- Model (11)
- portable (4)
- Puisi cinta (5)
- Puisi ulang tahun (12)
- Radio online islam (1)
- Resep masakan (21)
- Resep masakan balita (8)
- Sahabat Ramadhan (1)
- Six pack (3)
- software (12)
- Trik (30)
- visual basic (4)