Grid PushButton Kullanımı
Function f_grid_PushButton(f As Object, Cell As Object)
'Eğer kolon adı ilce_goster ise ıf içersindeki kodu çalıştırcka ve dialogbox ilce adında formu açıcak
If Cell.ColName="ilce_goster" Then
DialogBox("ilce",0,0)
EndIf
EndFunction
Last updated
Was this helpful?