F
flylong
Unregistered / Unconfirmed
GUEST, unregistred user!
query1.Close;
query1.Open;
关闭然后在打开再删ok!
if application.MessageBox('delete it ',' information',mb_okcancel+mb_iconwarning)=id_ok then
begin
query1.delete ;
query1.ApplyUpdates;
end;
query1.Open;
关闭然后在打开再删ok!
if application.MessageBox('delete it ',' information',mb_okcancel+mb_iconwarning)=id_ok then
begin
query1.delete ;
query1.ApplyUpdates;
end;