HI
Using VB6 and MAP OCX methods
When the map is refreshed we re-draw the pushpins with code below -
Dim objLoc As MapPoint.Location
Set objLoc = mc1.ActiveMap.GetLocation(tb!MapLat, tb!maplon)
mc1.ActiveMap.AddPushpin(objLoc, jobText).BalloonState = geoDisplayBalloon
mc1 is the ocx
My question is how can we set the symbol of each pin depending on the record status that is being read?
Thanks in advance