Now you can find InfoPathDev on
YouTube and
Twitter!
Browse by Tags
-
I am able to get the repeating table to submit to the Sharepoint list with no problems, but only one ID is returned to the InfoPath form, the first ID. So, if I submit 4 items, it returns only the list ID for the first one. I'm using the QRules Command SubmitToSharePointList /submit=SubmitRisks ...
-
Good afternoon all, I'm pretty stuck on something, and after reviewing this site, it seems this is the best forum community to ask. Before I get started, I would like to say that I've already read through this forum as much as I could on this subject, and have (unfortunately) arrived at the problem...
-
Hi, I am validating a textfiled of repeating table in my infopath path form to make sure,user didn't enter same data in that textfield.So,i am using a expression "preceding-sibling::my:groupName/my:fieldname" in datavalidation of that textfield.It is working properly.Now my problem is i...
-
Hi , I had a repeating table in my infopath forms where user will enter data.When submitting the form i need to validate that data entered in the repeating tables is not the same.Can i do this without writing any code or is it necessary to write the code.Can anybody plase help me with some example in...
-
Rather new to this forum, so I am going to hopefully explain this well. I have looked through many of the posts, but none seem to answer the exact question I have. So here goes.. I have a form that has a dropdown list (users can select "ABC" or "XYZ"). After they select from the drop...
-
Hi everyone, I'm not sure my title is a 100% accurate description of what I am trying to acheive but my explanation may make it clearer. I have created a form with a repeating section, this includes a Bullet List for "Planned next Period", the repeating section is used to allow staff to...
-
Hi all, I am currently working on a project, which is already running productive. I have some questions which I think maybe helpfull to other users as well 1. The form is already published. But new requirements rise every day, so I the template is being updated/changed almost every week. In the form...
-
I need to connect my InfoPath form with a database and a SharePoint library and update them using the submit button. I appreciate any help Thanks!
-
Hi, when testing my repeatable table I've encountered a problem thats very annoying. This is the setup: categorie | product | productnumber | price | amount | price total | orderstatus DD | DD | TB | TB | TB | TB | CB * DD = Drop down * TB = Textbox * CH = Checkbox after you choose a categorie you...
-
Hello and thank you for such a wonderful resource! I've cobbled together some code found here that copies the first row of a repeating table and appends it to the bottom of the repeating table when I click a button. The code looks like this: ----- IXMLDOMNode row = thisXDocument.DOM.selectSingleNode...