Community of VE/MapPoint Users and Developers
This is a discussion on Calculate route within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have the following code that imports and maps an access database. All I need at this stage is to ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Calculate route All I need at this stage is to create a route between all the records. I am new to VB and MPP and know I need waypoints. Any assistance is greatly appreciated. Code: Private Sub Form_Load()
Dim objApp As New MapPoint.Application
Dim szconn As String
Dim oDS As MapPoint.DataSet
Dim num As Integer
objApp.Visible = True
objApp.UserControl = True
Me.Hide
With objApp.ActiveMap.DataSets
szconn = "C:\Jobs\MappointDEV\Eden\Mapp_routes.mdb!R101_D1_F4"
Set oDS = .ImportData(szconn, , geoCountryFrance, , geoImportAccessTable)
End With
oDS.ZoomTo
End Sub
|
![]() |
| Tags |
| calculate, route |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calculate route | Anonymous | MapPoint 2006/2009 Discussion | 4 | 03-16-2005 01:42 PM |
| Calculate driven route accurate | Anonymous | MapPoint 2006/2009 Discussion | 2 | 12-15-2003 02:33 PM |
| How do I calculate a route distance without displaying route | spideybud | MapPoint 2006/2009 Discussion | 4 | 09-09-2003 11:14 AM |
| Optimize and calculate a Route | rms62 | MapPoint 2006/2009 Discussion | 2 | 08-22-2003 03:55 PM |
| add two waypoints and calculate route with Delphi | jmiller55 | MapPoint 2006/2009 Discussion | 4 | 06-24-2003 03:08 PM |