Browser form/AD Class/Managed code

R

RJ

Hello, form was created on a blank form, it includes managed code using AD
class to retrieve AD properties for a users and filters for cascading drop
down. When published, it did not have the AD properties, and it also did not
retrieved the 3rd drop down list. It works locally. What has been done
incorrectly or will it have to be web service?
 
P

Paresh

Hello, form was created on a blank form, it includes managed code using AD
class to retrieve AD properties for a users and filters for cascading drop
down.  When published, it did not have the AD properties, and it also did not
retrieved the 3rd drop down list.  It works locally.  What has been done
incorrectly or will it have to be web service?

Hi RJ,

Can you please provide more details as to how you are trying to fetch
AD details?
Howeverm ther are a series of articles that can be helpful to you.
These reference links are as follows:
http://kwizcom.blogspot.com/2007/11/importing-data-from-ad-to-infopath-2007..html
http://msdn.microsoft.com/en-us/library/bb952744.aspx
http://www.infopathdev.com/forums/t/9278.aspx

Do let me know your views, if any.

Thanks,
Paresh
http://www.openzeas.com/blogs/Paresh
 
R

RJ

Yes the AD class was written but not through the webservice in VSTA. A phone
call is made, they type in the login name of the person that is requesting
service, (it is not actual user that we retreive info from)
 
Top