Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi, i am trying to create a info path form where, once the user has opened the form it will automatically call the computer's name and place that information into a text box they are on, I am not brilliant on code though. Any help would be much appreciated thanks Scott
-
Good Afternoon I am using Infopath 2010 to develop a time sheet form for Sharepoint. At the bottom I two buttons, one saves the file to a share point library. the other is an email submit and it sends the form to my email(it will be the managers in the future). The email shows the form successfully but...
-
In SharePoint, View is a virtual representation of a set of data from a specific list. We can programmatically create and update views for a list. Provided below is an example in C#.Net which explains the approach of creating and updating views. The code is divided in to 2 parts i.e. Part I - describes...
-
Provided below are code samples written in C# to format an input as per SharePoint DateTime field. /* -- Format for Date Only Field -- */ private static String ToSPDate(String strDt) { if (strDt == String.Empty) return strDt; else return (Convert.ToDateTime(strDt)).ToString("yyyy-MM-dd"); ...
-
In SharePoint, View is a virtual representation of a set of data from a specific list. We can programmatically create and update views for a list. Provided below is an example in C#.Net which explains the approach of creating and updating views. The code is divided in to 2 parts i.e. Part I - describes...
-
Hi, I work for a company that develops a PDF Converter for SharePoint . One of the formats we support is InfoPath. The version of our software that is currently available already supports InfoPath, but certain kind of forms such as those with embedded Full trust .net code are currently not supported...
-
Hello all! I am using Form Base Authentication on our SharePoint site. I have a solution file that will pull the logged in users ID, email and name into the form. Is it possible to use this solution file for all my forms or do I need to edit the specific file for each and make all the references. I know...
-
Hi! I'm adding in an browser-enabled InfoPath Form dynamically with C# items, which works correctly. I setted the DropDown Source to Fields of the Form ( MainSource ). Via C# OnLoad() event i add my items dynaicaly: //-- set value of dropdown item tempNode.SelectSingleNode("my:" + XPathField...
-
Hi, I have created a webservice for sharepoint. The webmethod should return array of values which in turn will be populated in Infopath dropdownlist. So could anyone please tell me how to do that Please help me
-
What I want to do is create a SharePoint document library folder based on values in an InfoPath form. I have a console app that copies a folder from a template folder. When I add this code to the submit event, I recieve the following error: The Web application at http://moss64 could not be found. Verify...
Page 1 of 1 (10 items)