Browse by Tags - InfoPath Dev
in

InfoPath Dev

Having trouble finding a blog or post that answers your question? Check out our Custom Search Page

Browse by Tags

  • Pulling Computers Name

    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
    Posted to SharePoint Integration (Forum) by embers1 on 05-18-2013
  • Infopath approval email

    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...
    Posted to Newbie Questions (Forum) by Abdul-Aziz Sesay on 07-25-2012
  • Re: Programmatically add a folder to Sharepoint library and set permissions

    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...
    Posted to Code (Forum) by elizas on 06-21-2010
  • Re: Update SharePoint List Item if it Already Exists

    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"); ...
    Posted to SharePoint Integration (Forum) by elizas on 06-18-2010
  • Re: Programmatically add a folder to Sharepoint library and set permissions

    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...
    Posted to Code (Forum) by elizas on 05-06-2010
  • Request for the most nasty and complex InfoPath forms

    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...
    Posted to General (Forum) by jritmeijer@muhimbi.com on 01-08-2010
  • Use 1 solution file for multiple forms

    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...
    Posted to Code (Forum) by bravo21 on 05-20-2009
  • Browser-Enabled Form - Dropdown HTML Values

    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...
    Posted to Browser Forms (Forum) by munzili on 03-03-2009
  • WebMethod Returning Array of values

    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
    Posted to Newbie Questions (Forum) by Raajkumar on 02-06-2009
  • Cannot connect to a SharePoint Site Collection in code.

    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...
    Posted to Code (Forum) by toast32 on 01-07-2009
Page 1 of 1 (10 items)
Copyright © 2003-2012 Qdabra Software. All rights reserved.
View our Terms of Use.