Skip to main content

AccessTr.neT


Control Özelliklerini Topluca Değiştir

accessman
accessman
0
548

Control Özelliklerini Topluca Değiştir

#1
topluca kontollerdeki özellikleri değiştirmek için

    Dim semptomText As String
    semptomText = tagName
    Dim ctl As Control
    For Each ctl In Me.Form
        If ctl.ControlType = acComboBox Then
            If InStr(1, ctl.Tag, tagName) <> 0 Then
                ctl.Enabled = True
            End If
        End If
    Next ctl
    Set ctl = Nothing

burada controller var

https://docs.microsoft.com/en-us/office/...ontroltype

kullanabilirsiniz. Control özellikleri de burada

https://www.tutorialspoint.com/ms_access...erties.htm

ve burada

https://docs.microsoft.com/en-us/office/...ss.control
@benbendedeilem
Son Düzenleme: 06/01/2020, 17:54, Düzenleyen: accessman.
Cevapla

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

Yorum yapmak için üye olmanız gerekiyor

ya da
Task