İf İle Boş Kontrol
if IsNull(Form.ad.ValueStr) or (Form.ad.ValueStr="") then
MessageBox("Lütfen Ad giriniz.", "Model", MB_ICONSTOP)
Return
EndIf
Last updated
Was this helpful?
if IsNull(Form.ad.ValueStr) or (Form.ad.ValueStr="") then
MessageBox("Lütfen Ad giriniz.", "Model", MB_ICONSTOP)
Return
EndIf
Last updated
Was this helpful?