R
Ruky Obahor
Is there anyway for Infopath to pull usernames and other info from active
directory in a 2003 environment ?
Scott L. Heim provided this code below.
----------------------------------------------------
Dim objUser
Set objUser = XDocument.DOM.selectSingleNode("//my:myFields/my:field1")
If objUser.Text = "" Then
objUser.Text = GetADInfo
End If
directory in a 2003 environment ?
Scott L. Heim provided this code below.
----------------------------------------------------
Dim objUser
Set objUser = XDocument.DOM.selectSingleNode("//my:myFields/my:field1")
If objUser.Text = "" Then
objUser.Text = GetADInfo
End If