MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Is it possible in MapPoint to import a set of Auto....

This is a discussion on Is it possible in MapPoint to import a set of Auto.... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Is it possible in MapPoint to import a set of AutoRoute push pins and then to export (to Excel) the ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-30-2002
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Is it possible in MapPoint to import a set of AutoRoute push pins and then to export (to Excel) the pushpin details within a defined radius of a postcode/zipcode?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 07-30-2002
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Anthony,



I'm assuming you can import the pushpins to start with and later export some data to excel. So here is how I would enumerate the pushpins within a given radius (100 for example) from a zipcode.
I'm using the ActiveX Control named MappointControl1 in VB6



Dim objmap As MapPointCtl.Map

Dim objDataSet As MapPoint.DataSet

Dim objRecordset As MapPoint.Recordset

Dim objLoc As MapPointCtl.Location

Set objmap = MappointControl1.ActiveMap



Set objLoc = objmap.FindAddress("", "", "", THEZIPCODEGOESHERE, geoCountryUnitedStates)



Set objRecordset = objDataSet.QueryCircle objLoc, 100)

objRecordset.MoveFirst

While Not objRecordset.EOF
msgbox objRecordset.Pushpin.Note & vbCrLf


objRecordset.Pushpin.Name



objRecordset.MoveNext



Hope this gives you something to start with.



John

john@support-pc.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
auto, import, mappoint, set


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
PC5, WPT, FUG, WAY, WP -> Mappoint Import blottje MapPoint 2006/2009 Discussion 8 09-16-2004 06:53 AM
Import Txt->MapPoint (VBA) Anonymous MapPoint 2006/2009 Discussion 0 04-22-2004 09:46 AM
Connection Time Out from "Post Reply Auto Email's Link& JPeters MapPoint 2006/2009 Discussion 2 08-05-2002 11:22 AM
Is Mappoint allows to import new map of my own and.... Anonymous MapPoint 2006/2009 Discussion 1 12-23-2001 06:27 AM
When you embed the COM object into a form you auto.... Anonymous MapPoint 2006/2009 Discussion 1 10-31-2001 08:04 AM


All times are GMT -5. The time now is 06:11 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54