Community of VE/MapPoint Users and Developers
This is a discussion on Need help about the FindAddressResults within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hello, I am trying to locate "Varsovie" in Pologne with the FindAdressResults in VB code. Set oFindResults = oMap.FindAddressResults(, "Varsovie", ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Need help about the FindAddressResults I am trying to locate "Varsovie" in Pologne with the FindAdressResults in VB code. Set oFindResults = oMap.FindAddressResults(, "Varsovie", , , ,"Pologne") oFindResults is empty. There is no result. However, when I run Mappoint I succeed to locate it by typing "Varsovie" into 'Find Adress' box. Can you please explain me what happens ? Is there another function for locations? Pehlivan |
| ||||
|
The syntax for FindAddressResults is: object.FindAddressResults([Street], [City], [OtherCity], [Region], [PostalCode], [Country]) Here are the choices for country: geoCountryAustria geoCountryBelgium geoCountryCanada geoCountryDenmark geoCountryFrance geoCountryGermany geoCountryItaly geoCountryLuxembourg geoCountryNetherlands geoCountrySpain geoCountrySwitzerland geoCountryUnitedKingdom geoCountryUnitedStates
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
| |||
| FindAdressResults ?
Thanks for your answer. I really don't know how this function works. It has a strange behaviour. Indeed, I get results when I write the following line : set oFindResult = oMap.FindAddressResults(,"Istanbul",,,,"Turquie") Turquie is Turkey in French. As you can see, my [Country] is a string written in French and I got results. Turkey is not in the list of countries that you gave me. So, I don't understand why I don't have any results for : set oFindResult = oMap.FindAddressResults(,"Varsovie",,,,"Pologne") Varsovie = French word for Warsaw. As I said in my previous message, I can locate 'Varsovie' by using the showFindDialog. Do you know the method that is used ? I tried FindResults method. In this case I got some results but no one of the found locations fits. I think that there is a language issue ! Have you already heard any problem like that ? |
| ||||
|
Sorry I can't be of more help but all of my experience with mappoint has been in usa.
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| findaddressresults |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get the Best Matched Address from FindAddressResults. | gvkreddy | MapPoint 2006/2009 Discussion | 8 | 01-10-2005 06:05 AM |
| FindAddressResults returns nothing | Anonymous | MapPoint 2006/2009 Discussion | 5 | 12-07-2004 05:23 AM |
| Problem with FindAddressResults | Anonymous | MapPoint 2006/2009 Discussion | 1 | 10-01-2004 10:04 AM |
| FindAddressResults not always working? | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-10-2003 06:25 AM |