InfoPath

I recently had a requirement to extract some information from a InfoPath XML form stored in a SharePoint library and show it in an external application. The problem here was that we were using infopath forms services. and every time I tried to open up the XML file from code i would get a redirection [...]

Continue reading about Accessing Infopath Form XML in a Sharepoint Library from C#… noredirect=true is the key

If you have a SharePoint UDC and want to embed SQL authentication into it, you need to enable that access from SharePoint. Say you have a InfoPath form, that uses a UDC you have stored in SharePoint, that UDC has a SQL account (like a service account) embedded in it, but when you view your [...]

Continue reading about Embedded SQL Authentiction in UDC’s (Some Config Necessary)

JohnMcBride on June 25th, 2008

This is a really good site that I use when debugging InfoPath form development. It’s got some good information for both IP Client Development as well as IP Browser Development. Check it out at InfoPathDev.com

Continue reading about Site for InfoPath Developers (www.infopathdev.com)