Publishing Infopath To SharePoint: “the following url is not valid” Error
While attempting to publish an Infopath form to a Sharepoint site collection, I came across the following error: "The following URL is invalid: http://{the-url}" This had me stumped for a couple of...
View ArticleInfoPath Forms – Minimize and Maximize Sections or Collapsible Sections
There’s a cool article here describing a nice way to achieve expanding or collapsible sections in InfoPath Forms.
View ArticleSharePoint: FormServer.aspx Query String Parameters
For the full description of the query string parameters supported by Forms Services FormServer.aspx check this Msdn article.
View ArticleSharePoint: Creating InfoPath Property Promoted Columns Using Code
When you create an InfoPath 2007 form and publish it to a SharePoint deployment, you have the option to promote 1 or more of your forms XML elements to SharePoint as List columns or Content-Type...
View ArticleSharePoint: Non-InfoPath XML Form Property Promotion and Demotion
In a previous post, I described how you could provision SharePoint promoted property columns for InfoPath forms using code, rather than using the InfoPath client designer. In the same vane, this post...
View ArticleSharePoint: Using the SharePoint Object Model with InfoPath Form Code Behind...
There are many options for submitting data from InfoPath forms to SharePoint, SQL Server, Web Services etc, there aren’t so many obvious options for submitting data from an InfoPath form to a...
View ArticleSharePoint: Using the SharePoint Object Model with InfoPath Form Code Behind...
In part 1 we created an InfoPath form which used the SharePoint Object Model to create a new Task list item in a SharePoint site. In this post we’ll publish that form to SharePoint and hook it into the...
View ArticleSharePoint: Using the SharePoint Object Model with InfoPath Form Code Behind...
Like the Spanish Inquisition, “Our chief weapon is surprise…surprise and fear…fear and surprise…. Our two weapons are fear and surprise…and ruthless efficiency……” In part 1 of this 2 part series we...
View ArticleSharePoint: Programmatically Creating InfoPath Form Instance Documents Part 1...
In this series of posts we will be creating InfoPath form instance (XML) documents programmatically using the SharePoint object model. In contrast to other articles about this subject, we will extract...
View ArticleSharePoint: Programmatically Creating InfoPath Form Instance Documents Part 2...
Continuing on from part 1 of this 2 part series, we discovered the hows and whys of creating InfoPath form instance documents. This post brings together that information and demonstrates the code steps...
View Article