I am using loadfromdataset function of TGMMarker object in GMLib, but I can't get the IconField to work. I have a BLOB field with a png image to use as a Icon. I load the very same image file directly from the folder with no problems, but when I try to do it with the IconField argument it gives error.
Here's the code
inherited;
GMMap1.Active := True;
GMMarker1.LoadFromDataSet(Dscameras.DataSet,'Latitude','Longitude',
'Descrição','Distintivo');
Gives this error :"Erro de Script" "Constante de cadeia não finalizada"