in

InfoPath Dev

Browse by Tags

  • Insert a row in a repeating section based on some condition

    I need to to maintain a changelog and I need soem help with repeating sections to do that. I need to Insert a row in a repeating section, based on some condition (e.g. when a field is not blank). So e.g. if I enter text in a blank field, a new row gets automatically added to a repeating section (as if...
    Posted to General (Forum) by shivajidatta on 12-17-2008
  • Re: Populating one repeating table from another only shows first row

    After much work and on preview 980 (yes, that is 980 different previews learning this) I have create this code snippit that works for me very well. This is currently connected to a MS access database, but if I was to create an XML structure for this it would probably look like this <myFields> <dataFields>...
    Posted to Controls (Forum) by MrQuestion on 12-17-2008
  • Re: Populating one repeating table from another only shows first row

    In my Access database I have several tables that has an autonumber, but in my form I just ignore them (ie. not displayed on the form) because it is generated when I submit the form. Are you wanting to add your existing fields to repeat table, or are you wanting your existing fields to have a pre-set...
    Posted to Controls (Forum) by MrQuestion on 12-11-2008
  • Repeating sections into a repeating section or table in another view

    Hi I am rather new at Infopath and what I am trying to do is to take a few different repeating sections from one view and put them togeather in a repeating section in another view. I get an error saying that this control cannot repeat here Any known workarounds? thanks Steini
    Posted to Newbie Questions (Forum) by steini on 10-27-2008
  • Can I have a Rule operate on the selected node only?

    Hi, I was wondering if anybody knew if there is a way to have a rule operate on the selected node in a repeating table without performing the rule on the rest of the nodes. I realized that this is a major drag on the performance of my form, considering the multiple views with multiple repeating tables...
    Posted to General (Forum) by Patrick on 09-02-2008
  • Conditional formating with repeating section and repeating table

    Hello! I've a problem with the conditional formating. I want to enable/disable some controls if the user select Yes/no in a dropdownlist. It works fine for "single" textboxes, dropdownlist, but doesn't work with repeating tables or sections. My condition for single textboxes is "if...
    Posted to Controls (Forum) by belote82 on 07-30-2008
  • Re: Alternate line shading in repeating table

    Don't know if you're still working on this but here's what I used: rowColor = (count(preceding-sibling::myRepeatingSection) + 1) mod 2 Then, set the conditional formatting for the repeating section to color if rowColor <> 0 count( preceding-sibling::myRepeatingSection)+1 returns the...
    Posted to Newbie Questions (Forum) by smaus on 05-26-2008
  • Re: Add records to repeatingTable

    My issue is a different one, but relates to the same topic (inserting rows). In my case, I'm using VB Script and IP 2003, and what I get is: Object required: 'XDocument.View' The sentence I've used for VB Script is XDocument.View.ExecuteAction "xCollection::Insert", myRepTableRow_15...
    Posted to Controls (Forum) by Pontmercy on 05-09-2008
  • Creating an outline numbering scheme????

    I have a situation where I need to created the following using nested repeating sections and/or tables: 1. Main Item One 1.1 Sub Item One 1.1.1 Sub Sub Item One 1.1.2 Sub Sub Item Two 1.2 Sub Item Two 1.2.1 Sub Sub Item One 2. Main Item Two 2.1 Sub Item One etc. I have no problem creating the numbering...
    Posted to Controls (Forum) by PhDUltra on 03-25-2008
  • set a field's value in a repeating section

    When I set a field's value (inventory item) in a repeating section from a drop down list (inventory items) the same value is set in every inventory item field. How do I set a value for only 1 inventory item field without changing all inventory item fields to the same value?
    Posted to Newbie Questions (Forum) by BoxTurtle on 01-06-2008
Page 1 of 2 (13 items) 1 2 Next >
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.