I have a names field in which i am taking values from address book. you can copy and paste the names also. If there is any common name entered then its should be convert into abbreviated form…nam.abbreviate is not doing that.I want to do thru Lotus Script…plz help me
Subject: changing name format…big problem…plzzzzzzzzz help
You can’t ADD data that isn’t there using NotesName.Abbreviated (or @Name([Abbreviate])). If you want to add data, you will have to look the name up in the Domino Directory.
Subject: RE: changing name format…big problem…plzzzzzzzzz help
is there any similar method in lotus script as @namelookup which does the same function as @namelookup does?
Subject: RE: changing name format…big problem…plzzzzzzzzz help
Use like the following
strFormula = {@NameLookup ( [NoUpdate]; “Anil”:“Jones”:“Smith”: “Yoshito”; “FullName”)}
eval = Evaluate(strFormula)
doc.Untitled2 = eval