Browse by Tags - InfoPath Dev
in

InfoPath Dev

All Tags » C# » .NET (RSS)

Use our Google Custom Search for best site search results.

Browse by Tags

  • 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
  • How to Show/Hide File Attachments Fields in Repeating Tables (With Sections?)

    Hi all, i'am having a little issue and a i didn't find an answer to this during my investigation. I have web-browser form with a repeating table with attachment fields... what i want to do is if a row has their request answered (based on a field controled in the row) i want to make the attachment...
    Posted to Code (Forum) by genetze on 05-24-2010
  • Re: how to add xsi:nil = "true" attribute

    Thank you for the quick response Jimmy. I added TOTAL_LENGTH_1MM .CreateAttribute("xsi", "nil", NamespaceManager.LookupNamespace("xsi"), "true"); to my code, but now I am getting this message System.InvalidOperationException was unhandled by user code Message="Schema...
    Posted to Code (Forum) by golden_shiner on 05-10-2010
  • how to add xsi:nil = "true" attribute

    Hello everyone, I have been trying for days now, to figure out but nothing id working :( i am writing some code on changed event to check the content of one of my fields in infopath, if the field contains anything (int in this case), then I display a message that the field must be blank and then I want...
    Posted to Code (Forum) by golden_shiner on 05-10-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
Page 2 of 2 (15 items) < Previous 1 2
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.