Skip to main content

AccessTr.neT


Createobject("wscript.shell").popup Mesajda 3 Buton Ve Default Seçim

Createobject("wscript.shell").popup Mesajda 3 Buton Ve Default Seçim

#9
Bende bir örnek hazırladım dahada gelişebilir.
Örnek öncedende dediğim gibi form ile oldu.

Dosyayı herzaman olduğu gibi yine yükleyemiyoruz sağolsun berduş hocamız sayesinde Img-grin
Accesste heralde application.Wait yok bulamadım.Timer ile yaptım.

https://dosya.co/kj6ylkzcgd9u/süreli_for...j.rar.html


[Resim: MTVlNzllOWJjZjI2MTc.gif]

Option Compare Database

Dim say As Integer

Private Sub Form_Load()
    Me.TimerInterval = 1000
End Sub

Private Sub Form_Timer()
    say = say + 1
    If say = 5 Then Komut3_Click
End Sub

Private Sub Komut1_Click()
    MsgBox "Evet"
End Sub

Private Sub Komut2_Click()
    MsgBox "Hayir"
End Sub

Private Sub Komut3_Click()
    DoCmd.SetWarnings False
    DoCmd.Close acForm, Me.Name
    DoCmd.SetWarnings True
End Sub
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Cvp: Createobject("wscript.shell").popup Mesajda 3 Buton Ve Default Seçim - Yazar: feraz - 24/03/2020, 14:08
Task