Browse by Tags
-
How to merge multiple xml files submitted from infopath web service? i have about 10 xml files with same structure (repeating tables) and almost same content. I just want to merge that repeating tables into one big table. is that possible? if possible how to do that?
Thank you
-
when you publish a form with managed code, where does the code live in SharePoint?
-
I was suprised to learn that I couldn't do this via the GUI for browser enabled forms (or I simply haven't workout out how to do this!)....I'm guessing the only option is code? Basically, when the user clicks the button, I want my form to: Set the value of the STATUS field to APPROVED Save...
-
Hello I am developing an infopath form that requires to be redirected to the main page after the processing is complete, the page should be redirected in around 10 seconds. I have come to know from some of posts in other forums and others that infopath does not have any inbuilt functionality to redirect...
-
Hello I have to query active directory for people based on salGrade attribute value. After that I have to show those people on a dropdown on my infopath form. I was wondering if there is any inbuilt webservice in sarepoint to query active directory users. Also on the change event of the dropdown I have...
-
Hello It has been quite sometime that I have been searching for this. I am developing a managed code infopath form. I want to show javascript like dilog boxes to notify users. Using the techniques builtin in infopath this is not possible (Browser enabled forms), so may be writing some kind of code can...
-
it is possible to clear a particular instance of a field in repeating table using code. XPathNodeIterator listItemNav = this .MainDataSource.CreateNavigator().Select( "my repeating table path" , this .NamespaceManager); for (int i = 0; i < listItemNav.Count ; i++) { listItemNav.MoveNext...
-
Hi all, hoping someone can help me. I have a browser-enabled, site-admin approved InfoPath form running on SharePoint 2007 with IPFS. In part of the form, there is a repeating section that contains fields to gather personal information. The idea is that a unique ID is entered, and the person's corresponding...
-
Hi, Can you share your experience on what you can do to get more information about Exceptions? I mean those logged in ULS like 12/18/2009 16:26:51.95 w3wp.exe (0x1358) 0x1244 Forms Server Forms Services Runtime - Busine 82g6 Warning Business logic failed due to an exception. (User: DOMAIN\UserName, Form...
-
I have a browser-enabled form that works in InfoPath and fails with System.IndexOutOfRangeException: Index was outside the bounds of the array. \FormCode.cs:line 36 at Microsoft.Office.InfoPath.Server.SolutionLifetime.XmlEventExternal.<>c__DisplayClass10.<>c__DisplayClass12.b__b() at Microsoft...