in

InfoPath Dev

All Tags » code » C# (RSS)

Browse by Tags

  • Object reference not set to an instance of an object

    Hello there, I have 3 connected dropdown lists in my Infopath form. Selecting values from the first dropdown filters the entries in the second one and selecting a value in the second one will filter the entries of the third one. When selecting a value the second dropdown I get the "Object reference...
    Posted to Code (Forum) by tylkomat on 11-27-2008
  • Re: Contact Selector Control - cannot e-mail to selected contact.

    <p> Hi, I got a similar requirement! and was trying this code. it looks like this code was written in C++. what is the equivalent code for C#? IXMLDOMNode is not present in C# or am I missing any namespace? </p>
    Posted to General (Forum) by cathy on 11-20-2008
  • InfoPath Auto Print

    hello, I have an infopath form that has an information view and upon filling out the necessary questions in that view on submit it switches them to a corresponding view based on the choices they made in the information view. What I am wanting to do is on submit have the document Print 2 different views...
    Posted to Code (Forum) by DrewB83 on 11-14-2008
  • Printing Views Command

    Hello all. I am working on a form that has an information view and 27 corresponding print views. I want the information view options to determine on action what page prints. The end user will enter information on the information page which will then populate into the necessary spaces on the printable...
    Posted to General (Forum) by DrewB83 on 10-06-2008
  • Opening and Passing values from one form to another using C#

    Hi Everyone, I am fairly new to InfoPath programming and am looking for some sites/examples of opening another form and passing values to that form using C#. Can anyone suggest a good start? I am using Visual Studio Tools for Office to design, can I only have 1 project per form? It does not seem like...
    Posted to Code (Forum) by hiszorn on 09-18-2008
  • Problem in web based form

    Hi, I was using "String.ToLower()" function in my web based form to change the value of a text box to lower case in the code behind but it is not working. But, this works fine in infopath client. I am writing code as follows: XPathNavigator lastNameNavigator = this .CreateNavigator().SelectSingleNode...
    Posted to Code (Forum) by akash_waits on 09-09-2008
  • Re: repeating table add rows programaticly

    Hi Hilary, I was revisiting this issue because I ran into a problem when running the code. To update, here is the code I adapted to C# from your post earlier: public void CTRL_createSites_Clicked( object sender, ClickedEventArgs e) { //Get the value of the text box that holds the number of rows to add...
    Posted to Newbie Questions (Forum) by Patrick on 09-02-2008
  • Capture InfoPath Validation

    I have written my own custom validation that does a number of things. What I would like to know is how to capture any InfoPath validation errors inside of my C# code. A specific example is a textbox that is set to an integer and someone enters a decimal. Infopath creates an error and I want to know what...
    Posted to Code (Forum) by altja on 08-07-2008
  • Copy Repeating External Data Into a Form

    This zip file contains the following: Sample forms with code for copying repeating external data into a form JScript version C# version XML files that can be used as secondary data sources A tutorial for these samples is located here: http://www.infopathdev.com/blogs/hilary/archive/2008/07/04/how-do...
    Posted to Example Forms (FileGallery) by Hilary Stoupa on 07-04-2008
  • How Do I Copy Repeating Data From an External Source into My Form?

    Upon occasion you may need to copy external data into form fields bound to the form's Main Data Source. In this sample for InfoPath 2007, we will create a form with nested repeating tables and using code copy our external data to the appropriate tables. Our scenario is a selection of vehicles, grouped...
    Posted to Hilary Stoupa (Weblog) by Hilary Stoupa on 07-04-2008
Page 1 of 2 (13 items) 1 2 Next >
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.