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