farkmt2official 1
farkmt2official
emirhanHCL 1
emirhanHCL
Test5410 1
Test5410
Hikaye Ekle

Telefon Defteri

  • Konuyu başlatan Konuyu başlatan Maxthon
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 3
  • Görüntüleme Görüntüleme 351
Private Sub Command1_Click()

Data1.Recordset.AddNew

End Sub



Private Sub Command2_Click()

Data1.Recordset.Delete

End Sub



Private Sub Command3_Click()

Data1.Recordset.MovePrevious

If Data1.Recordset.BOF = True Then

MsgBox ("İlk Kayıttasınız")

Else

Data1.Recordset.MoveFirst

End If

End Sub



Private Sub Command4_Click()

Data1.Recordset.MoveNext

If Data1.Recordset.EOF = True Then

MsgBox ("Son Kayıttasınız")

Else

Data1.Recordset.MoveLast

End If

End Sub



Private Sub Command5_Click()

Data1.Recordset.MovePrevious

If Data1.Recordset.BOF = True Then

Data1.Recordset.MoveLast

End If

End Sub



Private Sub Command6_Click()

Data1.Recordset.MoveNext

If Data1.Recordset.EOF = True Then

Data1.Recordset.MoveFirst

End If

End Sub



Private Sub Command7_Click()

a = MsgBox("Çıkmak İstediğinize Emin misiniz?"
smilev.gif
36
smilev.gif
"ÇIKIŞ")

If a = 6 Then

End

End If

End Sub

 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst