D dz2050 Unregistered / Unconfirmed GUEST, unregistred user! 2002-10-16 #24 refresh有时是不好使,还是从新关上,打开 try DisableControls; close; open; finally EnableControls end;
Y yanghai0437 Unregistered / Unconfirmed GUEST, unregistred user! 2002-10-16 #25 With jm.adoTable1 do begin DisableControls; active:=false; adoquery1.Close; adoquery1.SQL.Clear; adoquery1.SQL.Add('delete from lb where 工号=:no'); adoquery1.Parameters.ParamByName('no').Value:=edit1.text; adoquery1.ExecSQL; active:=true; EnableControls; end;
With jm.adoTable1 do begin DisableControls; active:=false; adoquery1.Close; adoquery1.SQL.Clear; adoquery1.SQL.Add('delete from lb where 工号=:no'); adoquery1.Parameters.ParamByName('no').Value:=edit1.text; adoquery1.ExecSQL; active:=true; EnableControls; end;
雪 雪莱 Unregistered / Unconfirmed GUEST, unregistred user! 2002-10-16 #26 to :清风徐来 这个问题也难过我,先开时我和xinghuang一样,还有一种笨方法是用adotable循环删除, 现在可解决了! 建议研究一下ado中的adocommand控件,用法和adoquery一样,(试用成功)! 这个adocommand控件功能强大!因本人也是初学者,建议看一些这方面的书!我也正在找!
to :清风徐来 这个问题也难过我,先开时我和xinghuang一样,还有一种笨方法是用adotable循环删除, 现在可解决了! 建议研究一下ado中的adocommand控件,用法和adoquery一样,(试用成功)! 这个adocommand控件功能强大!因本人也是初学者,建议看一些这方面的书!我也正在找!