Use our Google Custom Search for best site search results.
Browse by Tags
-
Hello! I have an InfoPath form that is supposed to retrieve and populate user profile property data using a SharePoint Designer 2010 Workflow. There are four other fields in the form which are designed to do the same, and they are working as expected. I am not sure why I can't get this last field...
-
Hello all! I have the next problem: In my systems users can download infopath template file to theirs local pc, write in this template, then publish it on sharepoint library like a document. This template has some versions. If user downloads template to local pc, it has last version. But before he upload...
-
I have copied and pasted a part of an excel document into my info path document. In one of the empty table boxes I have put a drop down menu. In that menu I have a display option that shows "1-4" (somewhat of a placeholder (there is no value)). I have then also put 4 other options all counting...
-
Hi guys I need to do validation on a field, but the validation being done is dependant on whether or not another field has a value. How would I do an if/else statement using rules? The rules are carried out on a button click. The statement I want to execute is: if Field1 is not blank then { do validation...
-
Hi guys I am using rules on a button to do validation. This works great. But I also have 2 checkboxes that, if ticked, my validation should not happen. I thought of adding a rule with conditions to check if the checkboxes are ticked and if so, there is no action, I just tick "Stop processing rules...
-
This attribute is dynamically set in the code based on the namespaces. I am using VS 2003 and I need to break up the following line of code - because a line cannot contain over 2048 characters. What I have done is done string concatination and broke it up into 2 lines. Now, when I try to build the solution...
-
This is good stuff...I have a similar, but different question...thru a slight adjustment to what you've done here, how would I: 1. Evaluate a "UserName" Field on a repeating table (User names will vary across the repeating rows) 2. Compare it to the "CurrentUser" who is signed...
-
I have a user that wants the form he is filling in to automatically print and close the form when he clicks on a button. I've managed to get the form to print when the button is closed but when I then add the Close element to the code the form closes before it has a chance to print. The example code...
-
Hi - I'm not a programmer by any stretch of the term, but I'm working on an InfoPath form and have two funky issues I was wondering if somone could help with. 1. This one is weird. One of the final changes I made to a form before it was complete was adding a few rules to a set of calculated fields...
-
In creating a form with calculated time ffields, I am having a problem. I have five time fields that I am working with: Begin process Process interruption Process resume End process Total time for process to run Data is entered into fields 1 - 4 and I need to calculate the Total time (field 5). All fields...