Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hello everybody, I'm trying to write a formula in one of the fields of a repeating table to mark the duplicate rows (the repeating table talks to a SQL table and has a foreign key constraint to another SQL table, not sure if that would matter in addressing the issue). Below 2 solutions look pretty...
-
i have create a repeating table with several textbox .and I want a value from the textbox to be on the next repeating table and it should follow every time a new repeating table is open but the value is calculated very time on each repeating table open , suppose if the value is on the repeating table...
-
hi how can I get a value from one repeating to other I need the value to auto calculate on the repeating table 2nd, 3rd , 4th.......................
-
I am trying to automate my departments Active Directory requests using an InfoPath form. I am trying to have our users select what folders and what type of access they need have it submit to my office. I just keep running into one problem at the end. Right now, I have a form that you can select a person's...
-
Hi I am working on a form used to conduct reviews of several different deliverables. I the form I have a repeating table, used to enter name and email of the reviewers. For most deliverables the users can freely add reviewers and type in their information in the repeating table. For 1 type of deliverables...
-
Hi, I'm used getting familiar with InfoPath and qRules and now I have come up with a problem. I'm follow the guide "Define Termsets and use qRules to load them into your form.pdf" but I get stuck at point 72, "For Value, enter For Value, enter 'Insert /parent=/my:myFields/my...
-
Hi folks, I was trying to delete the current row in a repeating table using a button in the row itself with an action to run the command: concat("Delete /xpath=/my:ElectronicChangeControlForm/my:TaskSection/my:TaskTable/my:Task[", count(preceding-sibling:: my:Task ) + 1, "]") Which...
-
I have 11 fields to select as check boxes. What i need is that when i switch the view to only display the fields that the user selected. I created a rule to hide the sections that the user didnt select. The problem that i have is that for example the user doesnt select the second chech box the report...
-
I have built a form based on the database template and hope want to pull records based on two mutually exclusive fields. Basically I have a table that has a username and a contactname field which contain an employee identifier. In theory if the username field has a value then the contactname should be...
-
Hi, I am designing an InfoPath 2007 form which has a repeating table that contains two rather large Data connections linked to SharePoint lists. The trouble is, when inserting additional rows this gets slower and slower the more I try to add. Is there any way I can speed this up? I was thinking i maybe...