Use our Google Custom Search for best site search results.
Search
-
I am looking for this also.
Did you find an answer ramuar1981?
Admins? why no answer to this?
-
Hello.
I was and still am having the same issue. It does 3 postbacks each time a value is entered into each contact selector. I don't think there is a real solution to this problem. It's just the usual Microsoft software problem where they have partially implemented something. The rest is up to us. :/
My ...
-
I have a similar problem. I'm trying to create a solution using custom sequential workflow in Visual Studio.
-
On an infopath 2007 browser form I have 5 contact selectors. When a
user types in a persons name into the contact selector field the
contact selector control automatically tries to validate the contents
against Active Directory/SharePoint. It seems to make 3
postbacks/refreshes of the control for each name typed in. 5 x 3 = ...
-
Hello,
Thanks for replying. Yes, the form works fine in Forms Services in a Form Library at Site Collection level. I can open it in Forms Services and save it as a .xml file.
I then use that .xml file to create a content type. I attach the content type to a Form Library in a Site at a lower level than Site ...
-
Hello,
I've created a browser compatible form and I can fill it out in the browser.
I then create a content type from the .xml file that I filled out and set it up on a form library.
In the settings of the form library i have set to "Display as web page" but the form always tries to open in InfoPath.
Why ...
-
Hi,
When I open my infopath form I want to query a SharePoint List in the context of the Current SharePoint site where the form was opened from.
Any data connection I create seems to specify the URL of the site and thus always queries the list in that specific site.
How do I create a data connection that will get data from a list called ...
-
In the code below I am iterating through a repeating group on my form and adding the items in it to a SharePoint list. Items do get added to the list but .MoveNext does not seem to be working. If I have 20 items in my repeating group I get 20 items created in my SharePoint list but the Title is set to the same value as the first ...
-
Hello.
I have created an InfoPath form that has 4 dropdowns on it. 3 of the dropdowns (Location, Area and Type) allow me to query a SharePoint List and create an SPListItemCollection that contains Questions from the List. The 3 dropdowns filter the 4th dropdown which contains questions.
This part works fine but I want ...
-
It looks like I have to use web services for this.
There exists a web service called GetListItems as part of Lists.asmx on every SharePoint installation (look in _vti_bin directory) but it seems to get this web service working with InfoPath I would need to write a Proxy web service.
Thank you Microsoft for providing a web service that ...