Subject Re: [IBO] Re: TBlobField problem
Author Tilo Muetze
""Thomas Steinmaurer"" <thomas.steinmaurer@...> schrieb im Newsbeitrag
news:9s9890+o6t7@......
> Hi Tilo,
>
> try to insert following line:
>
> ...
> imgJPG := TJpegImage.Create;
> imgJPG.LoadFromFile(sFileName);
> imgJPG.SaveToStream(strJPG);
> strJPG.Position := 0; file://<---------- insert this line!
> ...

Good idea Thomas, but it still doesn't work. Seems that this one is too
complicated for me :)
--

Regards,
Tilo Muetze