MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




How can i learn postal codes from a found location?

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


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 11-04-2002
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
How can i learn postal codes from a found location?

Hi all,

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.
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 11-04-2002
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
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
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
codes, found, learn, location, postal


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


All times are GMT -5. The time now is 09:44 PM.


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