0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~225 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
Hi, Try This Code: [code] var EmpBmp: TBitmap; begin EmpBmp := TBitmap.Create; try srcDB.DataSet.Edit; if OpenPictureDialog1.Execute(Handle) then begin DBImage1.Picture.LoadFromFile(OpenPictureDialog1.FileName); EmpBmp.Assign(imgEmp.Picture.Graphic); DBModule.qryEmployeesEPPHOTO.Assign(EmpBmp); finally FreeAndNil(EmpBmp); end; end; [/code]
The End.
yousef.h85