Community of VE/MapPoint Users and Developers
This is a discussion on How can i learn postal codes from a found location? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi all, i have some n locations that found after a findaddres method of map object. for every location object ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| How can i learn postal codes from a found location? i have some n locations that found after a findaddres method of map object. for every location object i can learn its street, city1, city2, region, country fields. but i can not learn postal code info althought there is postcode property of object. is this a bug (i dont thik so) or something else? is there any other way to learn postcode of a location? if anybody can help, it would be super! because so, mp2002 will be solved every problems about data-map-geo-gis. regards. |
| ||||
|
Try this slightly modified sample from the help file: Dim objApp As New MapPoint.Application Dim objMap As MapPoint.Map Dim objLoc As MapPoint.Location 'Set up the application Set objMap = objApp.ActiveMap objApp.Visible = True objApp.UserControl = True 'Find an address Set objLoc = objMap.FindAddressResults("1 Microsoft Way", "Redmond", "WA")(1) 'Show the Postal Code MsgBox objLoc.StreetAddress.PostalCode
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| codes, found, learn, location, postal |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UPdate UK Postal Codes | alovell | Wish List | 19 | 01-07-2005 09:39 AM |
| re: UK postal codes | Anonymous | Wish List | 2 | 05-21-2004 08:24 AM |
| find area for postal codes | Anonymous | Wish List | 0 | 01-16-2004 07:13 AM |
| towns within postal codes | Anonymous | Wish List | 0 | 07-30-2003 02:46 PM |
| MP 2002 Europe: can postal codes be used for mapping? | pwy | MapPoint 2006/2009 Discussion | 2 | 05-14-2003 06:34 PM |