Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hello, I have a multiple-selection box, which when a user selects a value will add an additional row to a repeating table. This part works like a charm, but I'm facing two problems after the fact. Within my code, I have used the following on a object_Changed event: writer.WriteElementString("field1"...
-
I have a form with formatting rules for the two required fields. When the fields are blank, the background color is changed to a pale yellow color. If I open the form in InfoPath, both fields have the yellow background. If I open it in the browser, which is the default, one of the fields is yellow the...
-
I am having trouble opening a web enabled form after adding some custom code to it. The code works fine when I preview the form in design mode but once I try and open the form on SharePoint I am prompted with an error. I am uploading this form as a Site Content Type in the Publishing Wizard. The fields...
-
I'm having this same issue...sort of. I'm using InfoPath 2007 and have the form published to a SharePoint site where my library collects all the completed versions of the form users have filled out. I have a rule that tells the form to set a field's value to the name retreived from the "GetUserProfileByName"...
-
Hello, We are in the process of migrating from SP 2007 to SP 2010 and one of my InfoPath forms has an issue. The form was developed in InfoPath 2007, is web enabled and has some C# code in it. I've updated several data connections and I can create a new form with a browser and successfully save it...
-
Thanks Patrick, I do have a lot of formatting rules though. The problem is because the nature of the job I cannot share the form. Could you please be specific in terms of XSL parsing ? But it is really strange that this problem only started some days ago. Basanta
-
I have deployed a infopath 2010 form as an administrative template and attached it in the infopath webpart. It was working fine , until now all of a sudden the form fields get cleared out. I cannot write anything on the text box, comboboxes all are behaving weird, radio buttons get cleared out automatically...
-
Hello -- I am creating a checklist that contains over 70 milestones, each milestone can have upwards of 10 tasks with a status, completed by and completed time respectively. Each milestone is a view within my form. My concern is that the more fields I create on the views, the slower the response time...
-
I have an InfoPath 2010 form that creates a new Sharepoint list item. The form has, in essence, one input field and one output field. If something gets entered in the input field then some calculation is performed and I want the result to show up in the output field before the user clicks "OK"...
-
I have a section at the top in which an individual can use dropdowns to set 4 fields. Then there is a repeating table below it. When I submit 2 rows worth of data, the 4 fields in the top section only pass on with the first row of the repeating table into my SQL Server, leaving the second row with a...