Does anyone have a sample Infopath 2003 form they can share with me that will
show me exactly how to get the name of the person using the form?
Thanks,
Joel
i think you'll find that it's not easy (sometimes i miss Lotus
Notes) ....... to use active directory you have to make the form
trusted, which means getting certificates and all that....i'm not as
expert, so see what others say.
you can use environment.username, which will return something like
"john.doe" if that's good enough, that easy....form doesn't have to
be full trust.
thisXDocument.DOM.selectSingleNode("//my:UserID").text =
Environment.UserName