in

InfoPath Dev

Browse by Tags

  • InfoPath 2003 - Email without Email-Dialog

    Hi all, I'am a InfoPath Newbie and I have a question concerning the option to send an email out of InfoPath. I know that there is a possability to do that with the dataconnection option. That works, but I don't want to have the dialog where I see the email and have to push the button "Send"...
    Posted to Code (Forum) by testuser on 08-28-2008
  • InfoPath 2003 - jump to section in form

    Yep you guessed it. Another InfoPath 2003 (IP2k3) newbie here. Anyway... I was recently volunteered to create a new performance review form for my company using IP2k3. The form includes a rating scale section for core competencies and I have been ask to have the form "pop-up" / display an area...
    Posted to Newbie Questions (Forum) by mjm917 on 08-26-2008
  • Simple Code to Add Row

    Hello, I am exhasted by all the post on this subject (both in this forum and on the web) that are absolutely confusing and vague. I wan't a simple JScript code to add a new (BLANK) row into a repeating table triggered by a field element (outside of the repeating table) on-change event. I already...
    Posted to Code (Forum) by PJagger on 07-08-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
  • Better ways to get a checkbox value?

    (Using Infopath 2003/Jscript): Up till today I always use selectSingleNode("...").text to get the value of a control. With a checkbox, that will return "true" or "false", depending on if it is checked or not. However, I never liked string-comparing to "true" or...
    Posted to Code (Forum) by marcdeb on 06-18-2008
  • Re: Copy text from one repeating table to another

    I have been trying to implement the code here to copy a secondary data source (SharePoint list) to the main data source. The problem is the code is telling me that "node" is undeclared and will not run. If I put "var" in front of "node" it throws a syntax error, and I haven't...
    Posted to Code (Forum) by DMcKinnon on 06-10-2008
  • Export to (Tab Delimited) Text File

    Hi all, Currently I am manually exporting data to Excel then saving the Excel import as an (MS-DOS) text file. Surely there is a way to export directly to the text file using code! I am using jscript, however I am not averse to redesigning the form in another script if necessary. Any help would be greatly...
    Posted to Code (Forum) by PJagger on 05-30-2008
  • Re: Copy text from one repeating table to another

    Hi I have similar needs and I was hoping someone could help me out. I have an InfoPath form "A" that generates a report by using published fields from form "B" located on a sherpoint forms library. Now I need to be able to edit the data in form "A" Is there some code or...
    Posted to Code (Forum) by Alphamax on 02-12-2008
  • SQL Count Function

    I am running the below SQL Count function in Script. How do I access the results? I need to fix the statement in bold. "select count(*)"; "from "; "[LaborSummary] as [LaborSummary] "; "where ([LaborSummary].PROGRAM = '" + programPrefix + "') and (...
    Posted to Newbie Questions (Forum) by m181354 on 02-12-2008
Page 1 of 4 (38 items) 1 2 3 4 Next >
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.