Community of VE/MapPoint Users and Developers
This is a discussion on How do I Integrate MapPoint with MSAccess within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I want to be able to create a page in a subform that automatically reads the address fields and displays ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
|
Hi, Reading address fields is something you can do in access and to display the location you can do something like: Code: Location loc = mp.ActiveMap.GetLocation(lat, lon, alt);
Pushpin pp = mp.ActiveMap.AddPushpin(loc, name);
pp.Symbol = theSymbol;
pp.Note = theText;
// PP.BalloonState = GeoBalloonState.geoDisplayBalloon;
// pp.Highlight = true;
// PP.GoTo();
// or what you wisch as result:
mp.ActiveMap.GoToLatLong(lat, lon, alt);
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| integrate, mappoint, msaccess |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AirMagnet First to Integrate Spectrum Analysis | Eric Frost | News and Announcements | 0 | 02-06-2006 12:39 PM |
| Adding pushpins by lat/long or address using MPC in MSAccess | GM | MapPoint 2006/2009 Discussion | 0 | 11-01-2004 01:00 PM |
| Mappoint templates and use within Msaccess | Dazzer | MapPoint 2006/2009 Discussion | 0 | 09-23-2003 05:54 AM |
| using msaccess with password to import data in mappoint2002 | geethesh | MapPoint 2006/2009 Discussion | 0 | 07-23-2003 11:06 AM |