[mapguide-users] Image Tool Tips

Jason Birch Jason.Birch at nanaimo.ca
Mon Jan 19 11:18:12 EST 2009


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 ? 


More information about the mapguide-users mailing list