What is happening there? Who is “No”???
Thank you very much.
What is happening there? Who is “No”???
Thank you very much.
Subject: What are you doing when the error comes up?
Subject: Lotus Notes always prompts this error “No not found in Address Book or any Domino Directory, choose OK to Skip, Cancel to Stop”???
I would guess you have an @MailSend with the word “No” entered into one of the slots that are reserved for names. Either that, or you have a formula or field that you are using to tell @MailSend where to send the email. That field or formula must resolves to the word “No” when it should be a name. Another thing to watch out for is a field that is set to hold a single value but you try to plug more than one name into the field.
Subject: Lotus Notes always prompts this error “No not found in Address Book or any Domino Directory, choose OK to Skip, Cancel to Stop”???
This error comes out when i use the subform called “SwAttachments” from Swing Intergrator. If i remove the subform, then the error disappear.
Thanks.
Subject: RE: Lotus Notes always prompts this error “No not found in Address Book or any Domino Directory, choose OK to Skip, Cancel to Stop”???
This error message can appear when using the UIdocument “Refresh” method. Therefore, if you run an action below your form without the SWING Integrator subform you will still get this message.
Sub Click(Source As Button)
Dim w As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
If uidoc.EditMode Then uidoc.Refresh
End Sub
Of course, you should check some of the things that were proposed in the Notes forums regarding this issue.
I recommend you contact SWING Support at support@swingsoftware.com - they will be more than happy to help.
Sinisa Bilandzic