When I do a new memo, if I send a message to more than one person, the first address dissappears and it's replaced automatically by the second address. Also in the to, cc or bcc fields.
That sounds really strange Kattor, do you have a modified Notes Mail template? I'd replace the template of your database with the one on the server. If that's the problem template, I'd look into getting the correct one from Lotus (Perhaps the install CD's? - I don't know, I don't do Administration and don't usually mess with those).
I definately think it's your mail db design though. (unless you have something funny going on with your Names.nsf)
Is it always the Same names that get wiped out? Have you tried reversing the names (put the name that's second, first) and determined if it's always just the 1st name in the list? I'd say that would limit it to specifically your design template.
Try this: Type in a list in the Send field, and refresh your document (F9). If it disappears, I'd say to look at the different sections of code for your SendTo, CopyTo, and BlindCopyTo fields of your Memo* form. Check the InputTranslation, InputValidation, etc. My guess is the InputTranslation formula might be odd. Mine's just listed as:
Code:
@OptimizeMailAddress(SendTo)
But, that's Notes4.6 and might be different with different versions of notes. If it seems to be using any @Subset() functions in there, the function might be hosed, and killing the first element of the list.
Of course, I could be waaay off base on the whole thing.
-MoGryph
[8O)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.