I am new to the SharePoint Infopath 2010 development. What are the required components that I need to install to start with the development.Is it possible in SharePoint foundation server? Can anyone please help me how to start in this?
|
In order to write any sort of code for your infopath form you will need to install the VSTA. In the VSTA you can write your code in C# or VB. The following are the steps to install VSTA : A small installation will start installing the VSTA. After the VSTA is installed you can select Code Editor from the developer tab in the Infopath and begin coding. For learning basic code behind you can refer to this link : http://panvega.wordpress.com/2009/02/16/how-to-access-infopath-fields-with-codebehind/ Happy Coding |
|||
|
|
|
In order to allow the users to add InfoPath Forms Web Parts and Form Template libraries, you are going to require InfoPath Forms Services to be activated, which is part of the Enterprise Features. See the text and images of the *InfoPath Forms Services support * section on this page to determine if you have it activated. Another way to tell if its not activated is if you go to design a new form in InfoPath 2010 and you get an error message telling you that Microsoft Office Forms Services is not available. To activate it on your Farm, execute the following in a SharePoint 2010 Management Shell:
|
|||
|
|