hi!
i'm Paolo...i'm new in Infopath!!!
i have a question for you!!!
how can i link ldap users and group in a dropdownlist into a form
infopath??
thanks
S.Y.M. Wong-A-Ton - 21 Mar 2006 19:56 GMT
Create a web service that retrieves the users and groups, and then populate
the drop-down list box using the webservice as a data source.
---
S.Y.M. Wong-A-Ton
> hi!
> i'm Paolo...i'm new in Infopath!!!
[quoted text clipped - 3 lines]
> infopath??
> thanks
renee rieser - 21 Mar 2006 20:29 GMT
If your LDAP directory is on windows, you could use ADSI to write a
script in the "On Load" event of your infopath form to load the users
into the dropdown list.
http://www.codeproject.com/asp/Exchange_ADSI_LDAP.asp
http://www.codeproject.com/asp/serach_exchange_asp.asp
If the LDAP directory is not on windows, you'll need to create a web
service interfacing with it, ala
http://www.codeproject.com/vb/net/LDAP_Using_VBnet.asp
>hi!
>i'm Paolo...i'm new in Infopath!!!
[quoted text clipped - 3 lines]
>infopath??
>thanks
cpminniti@yahoo.it - 22 Mar 2006 10:50 GMT