View Single Post

  #2 (permalink)  
Old 01-22-2003
Rainer Rainer is offline
Junior Member
White Belt
 
Join Date: Jan 2003
Posts: 9
Hi,

the most secure way i think is to call the ShowFindDialog()-Method
instead of the FindAddressResults()-Method.

You can set the AutoConfirmExactMatch - parameter to TRUE so in case
of an correct result the ShowFindDialog will be closed automatically
if there are more than one result you can select the correct one.

But if you still want to use the FindAddressResults()-Method you have
to check the ResultsQuality-Property first before you add the PushPin.

greetings
Rainer
Reply With Quote