Topic: [Script] View an image from the database next to TableGrid

View an image from the database next to TableGrid


procedure Form1_GridEmployees_OnCellClick (Sender: string; ACol, ARow: Integer);
begin
     Form1.DBImage1.Clear;
     Form1.DBImage1.LoadFromDatabase('employees', 'photo', Form1.GridEmployees.dbItemID);
end;

begin
end.

Download project:
http://myvisualdatabase.com/forum/misc. … download=1

Dmitry.