With tbInsaCd do
begin
DisableControls;
IndexFieldNames := 'Sabun';
Setkey; First;
if FindKey([Sabun.text]) then
begin
Edit;
Delete;
end;
EnableControls;
end;
삭제를 하면 될때도 있고 안될때도 있고 해서 참 난감합니다.
Post 란 명령을 넣으면 edit mode가 아니라는 에러떠버리고요.
삭제 처리하는것좀 알려주세요.
With tbInsaCd do begin DisableControls; IndexFieldNames := 'Sabun'; Setkey; First; if FindKey([Sabun.text]) then begin Edit; Delete; end; EnableControls; end; 삭제를 하면 될때도 있고 안될때도 있고 해서 참 난감합니다. Post...
민스맘
•
2005.11.09 23:49
근디요...왜 Edit 한 다음에 Delete 하시는 거죠?
특별한 사유가 없다면 그냥 Delete 만 해도 삭제 ...
근디요...왜 Edit 한 다음에 Delete 하시는 거죠?
특별한 사유가 없다면 그냥 Delete 만 해도 삭제 되거든요