Use our Google Custom Search for best site search results.
Search
-
I am one step away from getting this to work. I am trying to update a SP 2010 list using InfoPath 2010. My functionality is working except when I submit the data does not update. I am updating in the form code. I have no clue why it is not updating. Any help is appreciated.
This is what I based my solution on:
...
-
After doing some research I can see that it has to be extracted from the form from base64 into a document using either code behind, or a custom workflow. Any chance later versions of SP and IP will allow this to be an option? Has anyone run across anything that would make this simple?
-
I am submitting an InfoPath 2010 form to a SP 2010 library. The user attaches a PDF to the form. Is there a way to non-programmatically have the actual PDF listed as a column in the library. Has to be out of the box, no code.
Any suggestions would be great.
-
Perfect. Exactly what I was looking for.
-
I have an IP 2010 form that queries a SP 2010 list. I'm using a secondary data source, one query field and a button to query the list. When the form opens, all the list items appear. How do I get the list items to not be seen when the form opens?
Jef
-
I'll try to explain this as best I can. I just started with this organization.
A user submits a form to SharePoint using InfoPath (both 2010). The form contains a repeating table section. There is a date field in the form that is not a promoted field. The organization doesn't want to promote the field. Can I get the date value out of ...
-
I found my own answer here (http://sharepoint.stackexchange.com/questions/44830/display-elements-using-repeating-table-and-filtering). The you format the repeating table to hidden when the table field is NOT equal to the drop down.
-
I really thought this would be simple. I have no clue why I can't get this to work. I have 2 related lists. List A is a list of all the elections going on. List be are the candidates for each of those elections. I have bound a ddl to list A to show the Title and the ID. When the user picks an election, I want to show the candidates ...
-
That wasn't exactly the answer but it made me think of another way to do things. Thanks
-
I am slowly building an election software project in SharePoint 2010 and using InfoPath 2010. My first step is to input who is on the ballot for a specific election. For instance, there are 3 people running for vice president so I have a repeating table with 3 names in it.The names are submitted to an InfoPath form library in SharePoint. The ...