Hi all,
I am trying to store jpeg information in a dbf.
I seem to be able to store the information but have no clue on
retreiving it.
Jpeg.LoadFromFile(OpenDialog1.FileName);
image1.Picture.Bitmap.Assign(Jpeg);
blob := TMemoryStream.Create;
blob.LoadFromFile(OpenDialog1.FileName);
<snip>
//assign jpeg to memo
f4memoassignN(s_image, blob.Memory, blob.Size);
any help would be greatly appreciated
thanks and regards
Dazz