Use our Google Custom Search for best site search results.
Browse by Tags
-
I am looking for help on what I am doing wrong when publishing a created form to a network location. The form I have created has several connections that retrieve and submit data to an SQL database. I have saved these connections in subfolder as the infopath form. I have saved the form as a normal save...
-
Hello, I have two roles to my dropdown selection "DFOstate" which has two options "Y" and "N" And DFOremarks which is a simple multiline text box I need to store info each time someone change status. Actione Rule Condition: DFOstate = "Y" Set a fields value : DFOremarks...
-
I have a text control called "Total Cost". It's action rule has the condition: None - Run when field changes. It's action is: Set a field's value: "$/SQF" = "Total Cost" / "SQF". "$/SQF" is a text field. "SQF" is a lookup field....
-
Here is my challenge (I am relatively new to this), I have a List/ Form that i have many items that have to be validated or checked off. I have for each line of validation a drop down selection that says GO or No GO, and then I have a person/group picker field and a Date/Time field. What I would like...
-
I am a BA and not a developer by any means. I am using Infopath Designer 2010 to create a form to be run in 2007 format. I am having a number of problems with action rules. I have several checkboxes and am trying to create an action rule that would set the values of 2 other checkboxes. The original set...
-
Hi All, I have a checkbox (chkA) and three textboxes (txtB, txtC and txtD). I need to fill txtC with the value entered in txtB when chkA is checked, but doesn't work in preview or Sharepoint. I created the following action rule: Condition: chkA = TRUE Action: Set field txtC value to txtB. Seems pretty...
-
Well duh, why didn't I think of that? Thanks Hilary - you rock!!! Another question while I have you. Given that I've set up the 13 rows in my table, if I want to set an action rule from elsewhere in my document to update a given textbox on one of the rows, is there a way I can use position()...
-
Using the "Submit Option" off the Main menu, I've set a form up to execute one of two rules based on the condition of the "Forn Number" ... If "form number" blank - set the value of the form number and submit to a DB and Sharepoint Library If "form number"...
-
Hi lp12, An easy way to work around this would be to insert a submit button into your form template that submits to that Document Library. This will also make it easy for end users, because they don't need to think about where to save the form. Cheers, Vanessa
-
I have a form based on Access database. In the Button Properties, there are several "Action" entries to choose from like "Run Query", "Submit" and "New Record". My question is, is there a way these "Actions" can be called/executed using C# code? Any help...