T
T. Wilson
Hello,
I am trying to replicate a feature found in MS Outlook 2003 in the Contact
section. When a user is entering new contact information, they are
presented with a command button labeled "Full Name..." and a text box. If
the user enters, for instance, Todd Wilson, and the command button is
pressed, the name is parsed so that "Todd" appears in the First Name field,
and "Wilson" appears in the Last Name field. Ok, I can figure out how to do
that, no problem, but Outlook can also handle entries like Mr. Todd A.
Wilson, and Todd A. Wilson, and Todd A. Wilson III properly placing the
Title, Middle Initial, and Suffix.
Does anyone have a code snippet that they would be willing to share to
replicate this feature? I might be able to code this on my own, but I'm
sure that it would be ugly.
Thanks,
Todd
I am trying to replicate a feature found in MS Outlook 2003 in the Contact
section. When a user is entering new contact information, they are
presented with a command button labeled "Full Name..." and a text box. If
the user enters, for instance, Todd Wilson, and the command button is
pressed, the name is parsed so that "Todd" appears in the First Name field,
and "Wilson" appears in the Last Name field. Ok, I can figure out how to do
that, no problem, but Outlook can also handle entries like Mr. Todd A.
Wilson, and Todd A. Wilson, and Todd A. Wilson III properly placing the
Title, Middle Initial, and Suffix.
Does anyone have a code snippet that they would be willing to share to
replicate this feature? I might be able to code this on my own, but I'm
sure that it would be ugly.
Thanks,
Todd