Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Microsoft Office 2010 Engineering
The official blog of the Microsoft Office product development group
Common Tasks
Blog Home
Subscribe via RSS
RSS for posts
RSS for comments
Recent Posts
Working with VSTO 2008 Projects in InfoPath 2010
Posted
over 2 years ago
by
InfoPath Team
8
Comments
Tips and Tricks for Making Form Filling Faster
Posted
over 3 years ago
by
infopath1
10
Comments
Peer to Peer Solutions using SharePoint Workspace 2010
Posted
over 3 years ago
by
infopath1
4
Comments
Using Relative URLs with the ServerInfo Class in InfoPath 2010
Posted
over 3 years ago
by
infopath1
3
Comments
Using TFS for Source Control in InfoPath 2010
Posted
over 3 years ago
by
infopath1
17
Comments
Tags
5 for forms
Academy Live
Beta
Browser Forms
Community
Controls
Cool Forms
Data Connections
Developer
Formulas and XPath
InfoPath 2010
InfoPath Form Web Part
Layout
Outlook
Picture button
Rapid Development
Sandboxed Solutions
SharePoint
SharePoint List
SharePoint Lists
Talks
Technical Preview
VSTA
Web Part
Writing Code
Microsoft Blogs
General
Office Online
Support Center
Office Developer Center
InfoPath Dev
Office Blogs
Microsoft Access
Microsoft Excel
Microsoft OneNote
Microsoft Outlook
Microsoft PowerPoint
Microsoft Project
Microsoft Publisher
Microsoft SharePoint
Microsoft SharePoint Designer
Microsoft SharePoint Workspace
Microsoft Visio
Microsoft Word
Office 2010 Engineering
Office Extensibility
Office Global Experience
Office Interoperability
Office Math
Office Natural Language Team
Office Sustained Engineering
Office Web Applications
Performance Point
Archives
Archives
April 2011
(1)
July 2010
(3)
June 2010
(3)
May 2010
(7)
April 2010
(12)
March 2010
(8)
February 2010
(8)
January 2010
(8)
December 2009
(3)
November 2009
(2)
October 2009
(3)
August 2009
(3)
July 2009
(3)
February 2009
(1)
October 2008
(1)
September 2008
(2)
August 2008
(1)
July 2008
(1)
June 2008
(5)
May 2008
(1)
April 2008
(1)
July 2007
(1)
May 2007
(2)
April 2007
(1)
March 2007
(11)
February 2007
(14)
January 2007
(13)
December 2006
(10)
November 2006
(14)
October 2006
(13)
September 2006
(3)
August 2006
(2)
July 2006
(8)
June 2006
(11)
May 2006
(8)
April 2006
(7)
March 2006
(2)
February 2006
(1)
December 2005
(1)
November 2005
(1)
August 2005
(1)
July 2005
(1)
June 2005
(3)
April 2005
(3)
March 2005
(2)
February 2005
(4)
January 2005
(2)
December 2004
(4)
November 2004
(8)
October 2004
(8)
September 2004
(10)
August 2004
(7)
July 2004
(2)
June 2004
(5)
May 2004
(12)
April 2004
(12)
March 2004
(16)
Browse by Tags
MSDN Blogs
>
Microsoft InfoPath 2010
>
All Tags
>
rapid development
Browse by Tags
Community
Controls
Data Connections
Outlook
SharePoint
Writing Code
Blog Post:
Template Parts 101
infopath1
So, you’ve heard about this new InfoPath 2007 feature called template parts. You may have even found the option to design one in the Design a Form Template dialog. But what you can do with it and why you would want to bother.. well that’s just a big mystery. So, I’m here to help you out. Template...
on
14 Mar 2007
Blog Post:
Data Connections in Template Parts
infopath1
Template parts allow a form designer to combine view information, rules, schema, default data and other compatible components of a form template into a package that can be distributed to other form designers and inserted into form templates without manual recreation. Data connections, with some restrictions...
on
8 Jan 2007
Blog Post:
Workflow user experience in InfoPath
infopath1
Microsoft Office SharePoint workflow can be described as a series of tasks implemented with specific business needs to help people manage their project tasks. In Microsoft Office InfoPath 2007, we provide the workflows user experience for InfoPath forms. Additionally, we enable InfoPath business logic...
on
22 Nov 2006
Blog Post:
Integrated Innovation: Access Data Collection
infopath1
One of the major bets we continue to work on delivering is the notion of integrated innovation. Across Office, we have applications that are great at certain tasks and one of our jobs is to try and bring those great technologies together to make a fantastic customer experience. A great demonstrations...
on
15 Nov 2006
Blog Post:
Interesting InfoPath/SharePoint Blog
infopath1
Shoutout to Kristof De Causemaeker - his blog has interesting articles on both InfoPath and SharePoint; couple particularly cool posts: 1) Great walkthrough on template parts, new InfoPath 2007 feature that allows you to modularize components of your form templates. 2) Cool trick on how to make...
on
10 Nov 2006
Blog Post:
Data binding between Document Information Panel and Word document
infopath1
The Document Information Panel is a Microsoft Office InfoPath 2007 form that is hosted and displayed in a Microsoft Office Word 2007, Microsoft Office Excel 2007 or Microsoft Office PowerPoint 2007 document. It enables users to view and edit properties of a document or a content type that is associated...
on
6 Nov 2006
Blog Post:
Aggregation: and many became one...
infopath1
In InfoPath 2003, forms were equipped to merge in a simple manner: repeating sections and tables would merge to form one, as would the contents of lists or rich text controls. The remainder of the form was not merged. This functionality proved useful for many scenarios, but there was much more that could...
on
19 Oct 2006
Blog Post:
Protecting Sensitive Data
infopath1
Frequently, we find developers using InfoPath as a platform for developing solutions that manipulate sensitive data, may it be financial data, patient records, or performance review forms. This article shares tips on protecting such data. First and foremost, you must know that an InfoPath form...
on
28 Sep 2006
Blog Post:
Publish faster to even more places with InfoPath 2007
infopath1
When designing a form template, publish is an important step to make the form available for end users of the form. In InfoPath 2007, we have made some modifications and improvements to the publish process. This article is intended to highlight some of the key changes you will encounter in the publishing...
on
30 Jun 2006
Blog Post:
Getting the XPath without straining your brain
infopath1
Yesterday I talked about using System.Xml in the new object model . My code examples included a key part of the InfoPath programming model: looking up fields in the data source using XPath so that you can set and get values. Unfortunately, figuring out the absolute XPath to a field can be a pain...
on
7 Jun 2006
Blog Post:
Use Visual Studio to create InfoPath forms… without code
infopath1
Although the primary purpose of Visual Studio 2005 Tools for Office (InfoPath 2007 Support) is to add C# and Visual Basic code to your InfoPath form template, you can still take advantage of hosting InfoPath inside Visual Studio to design forms that don't have any code. When you create a new InfoPath...
on
24 May 2006
Blog Post:
Best Practices for Rules
infopath1
My forms have a bad habit of accumulating more and more rules as I add more and more functionality over time, so I came up with a set of guidelines to keep those rules clean and orderly. Remember that there are four places to add rules On Button Click (in Properties dialog) When...
on
17 May 2006
Blog Post:
Moving fields in the data source
infopath1
As most folks figure out quickly, InfoPath doesn't support drag-and-drop of fields in the data source. There are a lot of technical reasons for this, and even a usability concern that people won't realize they can drag fields onto the form as controls if we also allowed them to drag fields around in...
on
4 May 2006
Page 1 of 1 (13 items)