Greetings All,

I'm experimenting with my first Web Service by creating a program to read weather info off the internet.

I have an in-memory dataset (TClientDataset) that I tried adding either a TGraphicField or a TBlobField to for storing a 32x32 gif image.

During an append operation I'm trying to use the following code to add a gif to this TCleintDataset

cdsWeatherForcastIMAGE.LoadFromFile('C:\WeatherServices WSDL Web Service Example\weather icons\' + cdsWeatherInfoFILENAME.AsString);

It errors out with "Bitmap image is not valid" as soon as that line is fired.

Any ideas what I may be doing wrong?

Thanks,
Mike



__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk

Reply via email to