Hi MP users,
Yeah I know, I ask a lot, but please, be patient with me.
Well I was looking for info how to get the right pushpinobject in a dataset using the pushpin's name. But in DataSet I couldn't find a method which makes this possible. So I found out that I might need the RecordSet. And with RecordSet I came to a dead end.
My situation is like this: In my Dataset I've for example 200 pushpins saved in it, each pushpin has a name accoording to a number. Now as a user I want to select one of those 200 pushpins on the map which than appears the adres and time in the balloon. How can I achieve that?
I thought I just use the Map.Select() which returns a Pushpin object, if a pushpin is selected and than do: SelectPushpin.GetNote(), which returns a string, with the needed info.
So whatever DataSet the pushpin belongs to, when I select it on the map, mappoint automagically returns the right pushpinobject with all its information, is that right??
Thnx for help.