Browse by Tags - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Browse by Tags

  • InfoPath automatically generated properties.

    I have been working on a small library to help out with people who use code behind in InfoPath 2007. I have posted a couple of articles on code project recently but I would like to share it with others as well Articles: Encryption Automatic Properties The automatic properties article is still a work...
    Posted to Code (Forum) by Dragonranger on 10-08-2013
  • C# code to open network file browser form

    Hi, I had a question that I'm wondering is possible. I wanted to be able to have a button on a form that opens a specific file on a network drive. The network drive path is all specified through group policy, so everyone will have it mapped the same way (P:\ drive in this instance). I had created...
    Posted to Code (Forum) by arkainus on 09-03-2013
  • Browser base Infopath 2010 - C# code

    Hello Folks, I need help. I want to show confirm popup from c# coding in infopath 2010. Is there any way to show any popup in browser base infopath using c# coding or javascript? Thanks a ton in advance. Thanks & regards, Vatsal Thakker
    Posted to InfoPath 2010 (Forum) by vatsalit on 08-07-2013
  • Disable/Ignore C# Form Loading Event

    I have a form that performs a specific task on form load. This is working properly. My question is, how do I disable/ignore this form load if I'm trying to open a submitted form. I only need to run the below code on creation. using Microsoft.Office.InfoPath; using System; using System.Xml; using...
    Posted to Code (Forum) by Big E on 07-30-2013
  • Custom Code to open a URL resulted in: Business Logic failed due to an exception. Type: SecurityException error

    I am writing a simple custom code to a Button control in C#. The code is supposed to open a URL in the same window. public void CTRL10_5_Clicked( object sender, ClickedEventArgs e) { string URL = " www.google.com " ; System.Diagnostics. Process .Start(URL); } Note: Typically, I would have a...
    Posted to Browser Forms (Forum) by Plee_agi on 07-16-2013
  • How can I convert string to decimal (currency)?

    Hi, Help, please. I need to convert a string to decimal with currency format. How can I do that? Thanks in advanced.
    Posted to Code (Forum) by Ramon84 on 07-09-2013
  • InfoPath with C# code, it just doesn't work.

    Good day, I've got a quite simple Document Information Panel view, created in InfoPath 2013, to be used in Word. I need to perform a calculation on one of the fields. It's too complicated to perform this calculation within InfoPath, I need to write some code in C# of VB (using Visual Studio)...
    Posted to SharePoint Integration (Forum) by meneeraart2 on 07-03-2013
  • Update existing SharePoint List item using SharePoint Object Model

    InfoPath 2013 browser form - a secondary data source loads the list of items that will be updated (changed) on an 'On After Change Event'. It is only changing the value of the 'Status' column in every row where the value was changed. The code below is not updating the list ... what am...
    Posted to Code (Forum) by GregE on 06-11-2013
  • Form button to start a workflow.

    I have an infopath form to that has three (3) buttons in it. They are SAVE, SUBMIT FOR APPROVAL and CANCEL. When user presses SAVE it submits the form to the Sharepoint Library, when SUBMIT FOR APPROVAL button is pressed it submits the form to the Library and then starts a workflow that is present in...
    Posted to Code (Forum) by ching on 06-11-2013
  • Repeating Table - Delete all rows and add back one Default row

    I have a browser form where a repeating table is programmatically populated with many rows. I use the first row for the user input that a clicked event uses to create the rows. I need the functionality to reset this repeating table so the user can start over again. Because of the user experience I cannot...
    Posted to Code (Forum) by GregE on 06-03-2013
Page 6 of 29 (286 items) « First ... < Previous 4 5 6 7 8 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.