You searched for the word(s): Hi!
-
There are 6 views of the forms. We wants that the views should get filtered as per department.
i.e the form of particular department should not be visible or accessible to people of other
department.
-
You'll need to either use the person/group picker control to resolve the user name or you will need the user profile service to retrieve the first and last name.
-
funny how you resolve your own problems after you post on a forum for help. I finally figured it out. I'll post my solution for other people should they run into my same problem:
'To populate a dropdown list in Infopath, you need to create a repeating group field which I named "Vendor" and a dropdownlist ...
-
I'm using the GetProfileByUsername service to grab the user's FirstName and LastName (as well as some other data). It works great, except that sometimes it returns inconsistent FirstName data. For example, sometimes it will return the name Deborah, and other times it will return Debbie, both for the same user. It's ...
-
Awww, thanks! Glad I could help. :)
-
Hilary,
Thanks again! Everything is working splendidly now. You are great!
~K
-
Hi. Did you ever find a resolution to this? I have the same problem when using SOAP from PHP :(
-
Help with Views:
Has anyone ever tried to chnage default views using JavaScript code on the On Switch View Event?
David Aikin
-
Hi,
I'm using InfoPath 2003 and I have data connection to a large list in SharePoint (~70 columns).
Now I would like to change this connection to another SharePoint site, using the same list structure, with the exact same format, headers, etc.
Everything works well, until 34 columns. From column 35 onwards, it works if I use ...
-
add a taxt box control where you want to add date, and in properties set data type to date, and in the value field insert today() function. and make sure the check box for 'update this value when the result of the formula is recalculated' is checked.