Welcome to MSDN Blogs Sign in | Join | Help

November 2005 - Posts

Something that has dogged me for a long time is the fact that when I'm doing cascading filtered dropdowns I've had to set up more than one data connection in order to accommodate the right behavior. I generally have a two column datasource coming from Read More...
Folks, On my Blog I have two code samples that talk about pulling the Current User information based on the user's authentication to Active Directory and populating it into a form. One sample uses JScript and the other uses VB.Net. The JScript sample Read More...
Got this question from a customer, and someone else came to my rescue with info on this post http://www.geekswithblogs.net/bpaddock/archive/2004/05/14/4907.aspx Basically this guy has figured out how to launch a new InfoPath form in code that is prepopulated Read More...
Here's a little code snippet on how to programmatically switch views. This example switches the view after a merge event on a Form Library, which is very cool. function XDocument::OnAfterImport(eventObj) { XDocument.View.SwitchView("ManagerView"); } This Read More...
Had a major epiphany today on how to handle a long standing issue. I love demoing InfoPath paired with a Windows SharePoint Services 2.0 Form Library. It's an awesome end to end solution that is cheap and easy to understand and set up. The problem has Read More...
You will find that at some point you need to be a little more clever with sending mail than what InfoPath will allow you to do with just the GUI and dataconnections. A colleague of mine, Scott Heim, sent me an awesome little XSN file that had 4 buttons Read More...
Here is a posting from Tom Mata, a colleague of mine from Armstrong Industries, who found an alternate way to reach into AD and get information on the current logged on user (compare and contrast this to Lab 15 in the InfoPath Labs that I reference on Read More...
 
Page view tracker