Formdaki Gride Koşul Ekleme(FTC)
Cell:=Sheet4.Grid_ismi.Tablo_Adi.GetCell(1)
if Cell.ValueStr="" or Cell.IsNull Then
MessageBox("Eklemek İstediğiniz Mesaj","UYARI",MB_OK+MB_ICONEXCLAMATION)
Return
EndIf
Last updated
Was this helpful?
Cell:=Sheet4.Grid_ismi.Tablo_Adi.GetCell(1)
if Cell.ValueStr="" or Cell.IsNull Then
MessageBox("Eklemek İstediğiniz Mesaj","UYARI",MB_OK+MB_ICONEXCLAMATION)
Return
EndIf
Last updated
Was this helpful?