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 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...
-
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 a form in which a user can create a new project, or edit it based on query fields. there are 4 query fields. I was able to set it up so that the second dropdown would filter based on the first, third on the second, and ultimately the 4th on the 3rd dropdown which should filter down to the project...
-
DataAdapterException, Exception Message: The remote server returned an error: (500) Internal Server Error. Server was unable to process request. ---> Attempted to perform an unauthorized operation. ... http://social.technet.microsoft.com/Forums/en-US/sharepoint2010customization/thread/79a72af7-edf1...
-
Hi - hope someone can help me. I set up a very simple test form. It works great when I place the IP file in a SP MOSS 2007 document library, then open it up and submit using IP software. But I cannot get my second test form to work as a browser enabled form. I've made a video walk through for users...
-
Hello - I am publishing a browser-compatible form. I am in the middle of development, so it is browser compatible but I am publishing it to a document library. Normally when I publish a form like this, it has a moan about the GetUserProfileByName service, just letting me know that I’ve not selected it...
-
Hi, As far as what I have read in different posts so far. The easiest way to submit attachments in an InfoPath form is by using System.Net.Mail, but how can we include the active view of the form as well with attachments? Is there any way we can include the HTML of the active view as body of the form...