Tagged Questions
0
votes
1answer
320 views
InfoPath 2010: Populating drowdown from SQL on load form
I have a data connection to SQL database already set and for the form to query the database on form load. In the dropdown list property I have it pulling from an external data source and in the ...
0
votes
0answers
56 views
Web Services and InfoPath - Advance Troubleshooting
I am experiencing a problem with InfoPath 2010 when when querying for information retrieved by a web service.
When ever creating a new form from scratch, setting up our data connections and ...
0
votes
3answers
1k views
Populate Data From SharePoint List to a SQL Table
Is there a way that i can populate a custom share point list into a table in SQL server Database . I have a custom list which i modified it and made it as an info path form and on submit i want that ...
1
vote
1answer
196 views
Use REST to sum a column?
I want to retrieve items from a SharePoint list using REST, and then sum one of the columns. I'm brand new to REST, and didn't see a way to do this on MSDN. Is it possible to sum a column in a REST ...
2
votes
2answers
865 views
Import a SQL Server table into a SharePoint list to use in InfoPath
I need put the SQL table (with over 20000 records) into a SharePoint list, and use it in InfoPath.
1
vote
1answer
506 views
Looking up a value in SQL to set a value on the InfoPath Form
Looking up a value in SQL to set a value on the InfoPath Form.
I have a data connection setup in my form. If I use this connection alone, in a control by itself, it pulls in data from my SQL server. ...
3
votes
1answer
1k views
Form for user to input data and submit to run sql command
We're looking for an quick and easy way for an HR person to enter data into a couple fields and then have them click submit and have it execute some SQL Update query on the database. We don't need to ...