Community of VE/MapPoint Users and Developers
This is a discussion on How to find the good PushPin when n ame is the same ? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hello, I've got a map with linked datas. I've to goto a pushpin of a customer (not unique code) witch ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
|
The FindPushpin Method searches on the Pushpin Name. This sample code will let you search by name and note. Set objmap = MappointControl1.ActiveMap For Each objDataset In objmap.DataSets Set objRecordset = objDataset.QueryAllRecords Do Until objRecordset.EOF If InStr(objRecordset.Pushpin.Name, "CompanyName") Then If InStr(objRecordset.Pushpin.Note, "ComputerNumber") Then MsgBox "Found It" End If End If objRecordset.MoveNext Loop Next
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| ame, find, good, pushpin |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| good packteg | Anonymous | MapPoint 2006/2009 Discussion | 0 | 05-04-2005 03:54 AM |
| Error when find a pushpin | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-28-2004 12:17 PM |
| Find Nearby Pushpin in dataset | Dazzer | Products: Pushpin Tool, Single State Mapper | 1 | 10-16-2003 04:05 PM |
| Find Record in Dataset from selected Pushpin | neomoon | MapPoint 2006/2009 Discussion | 1 | 09-11-2003 08:49 AM |
| Does anyone know of any good resources for using M.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 06-12-2002 04:48 AM |