Welcome to MSDN Blogs Sign in | Join | Help

InfoPath Team Blog

Tips and tricks to get the most out of Microsoft InfoPath

News

  • For questions, comments, and feedback please use the public newsgroup: microsoft.public.infopath
    This is provided "AS IS" with no warranties, and confers no rights. Use of included script samples and forms are subject to the terms specified in the Terms of Use.

September 2004 - Posts

Problems When Calling into Script Functions in a Task Pane from Managed Code
We have been receiving questions about problems deploying some InfoPath solutions created with the InfoPath 2003 Toolkit that call into script functions in a task pane from managed code. These solutions work on the developer's machine, but then fail when Read More...
What check box was clicked?
In a previous blog post we answered the question "What button was clicked?" when a Button control is inside a repeating context like a Repeating Section control. A similar situation has a slightly different answer that's worth calling out for those readers Read More...
Introducing MSDN Web-casts for Microsoft Office InfoPath 2003
Keep hearing the buzz around Microsoft Office InfoPath 2003 and want to learn more? Excited about the feature enhancements in InfoPath 2003 SP1 and want to really understand how to use them in your applications? Want to learn cool tips and tricks on how Read More...
InfoPath Quick Tip: Setting a User Role as the Initiator
In Microsoft Office InfoPath 2003, you can assign users to distinct categories, called user roles , which are based on job title or other criterion. InfoPath can perform custom actions that vary based on the current user role, such as switching views, Read More...
What button was clicked?
Another question that we get asked a lot: I include a Repeating Section control in my form, containing a Button and a Text Box. At runtime, a user inserts 5 items. How do I know which Button was clicked so I can get to the Text Box’s value? That’s actually Read More...
Filtering using the current() function
For some reason, the last week has been full of questions where the answer boils down to “use the current() function”. The current() function is an XSLT XPath function which returns the current node . You can read the full W3C Recommendation if you want Read More...
Auto-Fill from List Box
This came up on an internal mailing list: We have a secondary data source that holds a list of entries; part of the data in the list - a name field - is used to populate the items in a listbox in the view. When the user selects an item in the list, I Read More...
New MSDN Articles on Digitally Signing Data in InfoPath 2003
Two new articles have been posted to MSDN about digitally signing data in InfoPath 2003 SP1. The first article, Digitally Signing Data in InfoPath 2003 , provides details about how to configure InfoPath forms for digitally signing data, including information Read More...
New MSDN Article: Support and Troubleshooting for XML Schemas in InfoPath 2003
A new article is up on MSDN about working with XML schemas in InfoPath. Although InfoPath 2003 has great support for the W3C XML Schema ("XSD") specification - and even better support with higher performance in SP1 - there are a few constructs that require Read More...
Using CHM files in InfoPath custom task pane
CHM files are compiled Microsoft® HTML Help files suited for a wide range but mostly used as help files for applications. You can also use them inside the InfoPath task pane because they are URL accessible. There are many formats for the URLs as described Read More...
Page view tracker