> Hey Dan.
>
[quoted text clipped - 21 lines]
> >
> > Any help would be greatly appreciated! Thanks.
Yah with 2003 you are more limited.
You should check out the Active Directory web service from
http://www.qdabra.com/proddetail.asp?prod=QADWS
This you can ID the user and pull all of their details or anyone else's from
Active Directory. Email, dept, manager, location, phone, etc.
Also group membership which then you can use for conditional formatting so
members can see a section or cannot etc.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> At the moment I'm using a web service (from SharePoint, I think) to populate
> a DropDownList control on the InfoPath form. That means I get a warning
[quoted text clipped - 32 lines]
> > >
> > > Any help would be greatly appreciated! Thanks.
DanHolmes - 27 Feb 2008 12:28 GMT
Thanks for that suggestion but I don't the company will want to buy something
to do this task. I'm currently looking at making the whole thing a List in
SharePoint and authoring custom server web controls to do the complicated
bits. Importing the Microsoft.SharePoint namespace gives my usercontrol
access to the SPContext.Current.User object that represents the current
SharePoint user. It doesn't look as good but it looks like I might get it to
do the required things.
Thanks for your help.
> Yah with 2003 you are more limited.
> You should check out the Active Directory web service from
[quoted text clipped - 42 lines]
> > > >
> > > > Any help would be greatly appreciated! Thanks.
Clay Fox - 27 Feb 2008 15:00 GMT
True you can get the current user from SharePoint, it is just more difficult
to get the additinal information if that is valuable or how much time you
spend getting at it from some other means.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> Thanks for that suggestion but I don't the company will want to buy something
> to do this task. I'm currently looking at making the whole thing a List in
[quoted text clipped - 52 lines]
> > > > >
> > > > > Any help would be greatly appreciated! Thanks.