0
votes
0answers
32 views

multiple record update in database from infopath at once

I need to add new record from infopath form to database. Infopath form has dropdown list and multiselected listbox. And then infopath is submitted to web service where there is code to submit data and ...
0
votes
0answers
113 views

How to link multiple Name-Value pairs to individual fields in InfoPath 2010?

I have 2 tables: Form and FormItem. The FormItem table has a FormItemID (PK), FormID (FK), Name, and Value. I'm using InfoPath 2010 with SQL Server 2008 R2 to create forms so the users can view/update ...
0
votes
0answers
259 views

How create an infopath form for sharepoint that receive and submit data to sql server database?

I want to create an infopath form for sharepoint, this form will submit and receive data from SQL Server Database. What I've done this far: I've created an infopath form with data source from sql ...
0
votes
1answer
686 views

How do you read data into an InfoPath from a server?

I have an InfoPath 2010 form where I want a user to select an 'employee name' and the rest of the fields populate with the specific employees data. I have been working with the rules to try to manage ...
1
vote
1answer
494 views

Sharepoint Infopath plus one extra database

I have the following setup: Sharepoint 2010 with SQL Server and Office 2010. This is the situation I have. Non programmers are supposed to create simple infopath forms. Admins then upload those to ...
0
votes
1answer
158 views

Infopath for data entry/maintenance?

I am looking for a quick way of enabling data entry to a well structured SQL database. We have defined all our data entry rules (by that I meean validation, mandatory fields etc.) and we're now ...
0
votes
1answer
707 views

Infopath Attachment Field; Submit in SQL Server

Is there a way to get the attachment from the form to an SQL Server column using VBA? There are some examples about encodind and decoding attachments, though is this the case? Does SQL server ...
0
votes
1answer
121 views

Infopath - changing sql servers

I have an InfoPath form which has sort of a master-detail pattern, with two tables in the underlying main datasource. I am trying to migrate this to a new SQL Server - same database, just moved from ...
0
votes
1answer
804 views

Good tutorials for routing a document in Sharepoint

I would like to know if there are good tutorials for Microsoft Sharepoint. Specifically solutions that involves routing documents for approval. Use of Microsoft Infopath for form making and ...
2
votes
3answers
2k views

Sending infopath forms via email (as attachment) to be parsed by SQL Server 2005?

Just looking at the requirements of a new project and I wanted to make sure this use case was sound: user fills in InfoPath (2003) form locally on their PC a button within the InfoPath form titled ...
0
votes
4answers
1k views

Simplest way to output XML from SQL Server to client

I need to return contents of an xml column in sql server to client by simply clicking a URL. The xml has processing instruction to open the correct application (Infopath in this case). I'm a bit ...