PDA

View Full Version : Dynamically Changing Marker Icon


ned378807
07-11-2009, 03:50 PM
Hi,

I a know this isn't a built in function but wondered if anyone has tried this or can point me in the right direction.

I am trying to get the marker (pointer) icon to change depending on the contents of a database field.

e.g if the fields string contains 'up' change to red colour icon if the field reads 'down' change to green colour icon.

I have got the database recordsets in place and working ( I am filling the bubble with dynamic data)

Anyone any ideas ?


Cheers

Ned

Ray Borduin
07-13-2009, 08:41 AM
You should be able to see where the marker images are referenced in the completed page and you could update those to come from your recordset so that they could change with the record you are displaying.

ned378807
07-13-2009, 02:10 PM
Great Thanks Ray that worked a treat :-)