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
  #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


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 05:53 AM
Import Txt->MapPoint (VBA) Anonymous MapPoint 2006/2009 Discussion 0 04-22-2004 08:46 AM
Connection Time Out from "Post Reply Auto Email's Link& JPeters MapPoint 2006/2009 Discussion 2 08-05-2002 10:22 AM
Is Mappoint allows to import new map of my own and.... Anonymous MapPoint 2006/2009 Discussion 1 12-23-2001 05:27 AM
When you embed the COM object into a form you auto.... Anonymous MapPoint 2006/2009 Discussion 1 10-31-2001 07:04 AM


All times are GMT -5. The time now is 01:22 PM.


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

Ski Package
Book a ski package for an ice cold price. Competition between travel operators is hot, so the prices reflect the temperatures, nice and low. Compare online at Holiday Hypermarket.

City Breaks
Top 10 City Breaks . Based on holidays booked this year, these are the most popular City Breaks for 2006

Cape Town Flight
Book a Cape Town Flight for great value when you book through dealchecker.co.uk. It doesn't take long to find the latest great deals for you.

Barbados Holidays
Barbados holidays can be a wonderful break from the rat race or an exciting, action packed adventure. Plan the perfect holiday in Barbados.

Tunisia
Tunisia enjoys excellent weather, golden beaches and a beautiful blue sea. Moving away from the beach you will find a country that has a rich and varied past. Discover the secrets of history yourself by exploring all the ruins.

Compare holiday prices
Compare holiday prices online where you can see all the possibilities at Travel.co.uk

Holidays to Goa
Golden beaches, coconut trees. Visit On The Beach for holidays to Goa, and experience India!


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