doc.Send, multiple names, prompt

A button on a form composes an email and then does a doc.Send.

If multiple names are found in the name search it just throws and error (#4295) and quits the function.

Does anyone know a way to throw up the dialog box, the same way the email Memo does, and allow the user to select which name to use?

I have Stop After First Match selected in the location doc _ mail tab, but that is not helping at all.

TIA

Subject: multiple matches

i think its not possible to show that on backend, you can avoid the error by appending a domain name beside the sendto field. i.e.

sendto = “Glenn S Liwanag” + “@Softweb

hope this help

Subject: Will Try

I will try your suggestion and thanks much, Glenn, for your response.

JA