Use our Google Custom Search for best site search results.
Search
-
I found out how to change the basic data type from number to text, however, the leading zeroes are still being truncated. Is it possible to set up custom data types or set up input masks for a column?
-
I have tried creating lists by importing both from an excel spreadsheet and also from an xml file. The problem I'm having is when the data is imported, SharePoint is formating field with leading zeros (like zip code) as regular numbers, so that value 01769 shows up as 1,769. I have specifically gone in and edited the data in ...
-
Again I spoke too soon. Now after changing my secondary data connection to the web service, the form gets an error before coming up. "Infopath is unable to open the form". No other info. I tried setting breakpoints in the code in case that was where the problem was but it is erroring before hitting my ...
-
Hello Patrick,
I found this thread after posting a similar question. I am using Infopath and Sharepoint 2007 I have data in an XML file. The size of the file seems to affect the speed which the form is opening and can be interacted with. I would like to use a web service I wrote to pull specific nodes relevant to the ...
-
Ok I am trying something here. I'll post the code and if someone can tell me if I'm on the right track or if there are specific reasons why I shouldn't do it this way, please let me know. Currently this code pulls the whole set of data over, and then swaps out the part I'd been filtering to. My goal is to ...
-
I have a form which I have set up to filter data in a universal data connection based on the user's login. The underlying xml file is 2.5 mb and takes a while to load. It seems that filtering also is taking longer than I'd expect as well. I decided to try to dynamically pull the filtered data from the xml file via a ...
-
After doing a little digging, I found that XDocument is not used in Microsoft.Office.InfoPath in vb. Just C#, and Jscript use it in that namespace. It is used in Microsoft.Office.Interop.InfoPath for vb however. Thank you for the quick response!
-
I am running Infopath 2007 in conjuction with Sharepoint 2007. I have seen numerous references to XDocument and XDocument.DOM both here and on the net in various script samples and forums, how ever I find no reference for this in the object browser. I am trying to follow code I found to copy a set of nodes from one data source to ...
-
After fighting with the form for half the night, a much simpler solution tapped me mentally on the shoulder. Get rid of the Choice Group altogether and just use Optional Sections. These work exactly as I wanted. Doh! I'm might be dumb, but I ain't stupid... : )
-
I found that certain objects have a DefaultValue property. I'm wondering for a choice group if there is something like that that can be set programmatically?