Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 2 (15 items) 1 2 Next >
  • 2 Sections visibility with Rules

    I have a form with 2 sections, containing hidden signatures of approvers. When manager1 approves, it should show signature1 - same for manager2 respectively. Of course either signature should only be visible when the whole form has been approved. How can I achieve this with formatting rules?
    Posted to General (Forum) by joubin on 07-22-2025
  • Re: Delete rows when checkbox is false

    quick addition: I had to put: [my:Duty != 1 or my:Duty =null] to cover cases where this strange xsi:nil="true" exists (so node is not empty or 0 but non existent)
    Posted to Code (Forum) by joubin on 03-08-2023
  • Re: Delete rows when checkbox is false

    thanks Hilary, you are a star! it works, just had to change 'true' to '1'. so simple!
    Posted to Code (Forum) by joubin on 03-07-2023
  • Re: Delete rows when checkbox is false

    Sure. I'm lucky to found an old Win7 machine with IP2010 (VSTA integrated) installed... it is such a hassle with new 2013 and VisualStudio... currently I have this code, which deletes everything on button click: [quote] XPathNavigator domNav = MainDataSource.CreateNavigator(); XPathNodeIterator tableRows = ...
    Posted to Code (Forum) by joubin on 03-07-2023
  • Delete rows when checkbox is false

     I have a simple requirement, but cannot figure out the code: having a repeating table with several columns and a 'verified' checkbox. on button click, delete all rows of a repeating table where the checkbox is not checked, so leaving only the rows with checked boxes.
    Posted to Code (Forum) by joubin on 03-06-2023
  • Re: Get current folder location

     I think I found a solution now: this.Template.Uri; this.Uri; but to assign a string you need to use Path.GetFolderName() function. 
    Posted to Code (Forum) by joubin on 04-05-2019
  • Re: Get current folder location

    I tried something new, so the user can set a field with desired location.  folderNode = MainDataSource.CreateNavigator().SelectSingleNode("/my:myFields/my:FolderLocation", NamespaceManager); But is there a way to populate it automatically? Based on which drive/folder the form was launched from. 
    Posted to Code (Forum) by joubin on 04-03-2019
  • Get current folder location

     Hi, I want to export a current view to PDF, and save it to the location where the user currently opens the form from: this.CurrentView.Export(@"\" + fileName, ExportFormat.Pdf); unfortunately it does not work, any ideas? 
    Posted to Code (Forum) by joubin on 12-13-2018
  • Print multiple views EXCEPT one

     I have created a form where users should print all available views except one, which should only be printed individually on a button click (this.print()) unfortunately, having enabled the print multiple-views by default function, it always prints all views upon button click (except the view I wanted) how to achieve this? 
    Posted to Newbie Questions (Forum) by joubin on 04-11-2018
  • Re: Set field in repeating table from other repeating table

     Hilary, you're a genius!! Amazingly simple how you used the .=current()/ function Thanks a lot 
    Posted to General (Forum) by joubin on 03-21-2018
Page 1 of 2 (15 items) 1 2 Next >
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.