Not tested, but try something like:

concat('Site Name: ', concat((translate(SiteName,' ','+'),
concat('.jpg', concat('\n\n<ximg
width=320 height=240
src=http://localhost/mapguide/dotnetviewersample/ImagesBS/',
concat((translate(SiteName,' ','+'),'.jpg>'))))))

Translate is an FDO expression, but I'm not sure what version of FDO it
was introduced at.

Jason

-----Original Message-----
From: ajid
Subject: Re: [mapguide-users] Image Tool Tips

My image jpg file name is "new image" ,  in images folder.
So i used that concat syntax.
concat('Site Name: ', concat(SiteName, concat('.jpg', concat('\n\n<ximg
width=320 height=240
src=http://localhost/mapguide/dotnetviewersample/ImagesBS/',
concat(SiteName,'.jpg>'))))))

It problem when i have a 2 words (new image) in jpg file on my folder.
SO
what should i do ? 
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to