개인 증명사진을 dbimage에 불러오는데...한번 사진을 불러오고..다시 다른 사진을 바꾸어서 삽입하려고 하는데..사진이 안바끼고..전 사진이 남아 있습니다..
어떻게 해야 되는지..도움 주시면 고맙겠습니다..
소스는 다음과 같습니다..
begin
try
if datamodule3.openpicturedialog2.execute then
dbimage1.picture.loadfromfile(datamodule3.openpicturedialog2.filename);
except
Application.messagebox('지원하는 그림 파일이 아닙니다.','에',mb_iconhand);
end;
end;