随笔分类 -  InfoPath 2010

在InfoPath 2007中插入 ActiveX 控件
摘要:创建和分发您自己的自定义 ActiveX 控件除了可以提供 Microsoft Office InfoPath 中没有提供的功能外,还可以节省其他表单模板设计者的时间和精力。您可以使 Microsoft ActiveX 控件在设计模式(设计模式:InfoPath 设计环境,可以在其中创建或修改表单模板。)中可用,然后在您创建的表单模板上使用这些控件。本文内容什么时候使用 ActiveX 控件用户体... 阅读全文
posted @ 2010-06-16 11:49 一粒沙 阅读(480) 评论(0) 推荐(0)
利用XMLFormView在Web部件页中或者自定义页面中嵌入Infopath表单
摘要:InfoPath表单放在我们自己的Web部件页或者自定义的页面中也就是在Web部件页中或者自定义页面中嵌入Infopath表单。一、XMLFormView的基础知识:在MOSS中一般的都是通过FormServer在单独的一个MOss页面中查看和填写InfoPath表单。如果我们要把InfoPath表单放在我们自己的Web部件页或者自定义的页面中的时候就需要有表单装载的容器。XMLFormView控... 阅读全文
posted @ 2010-05-14 11:15 一粒沙 阅读(520) 评论(0) 推荐(0)
ActiveX Controls in InfoPath 2003
摘要:转:http://msdn2.microsoft.com/en-us/library/ms788206.aspxSummary: Learn how to write a custom Microsoft ActiveX control that meets all requirements for use in InfoPath and learn how to deploy the contr... 阅读全文
posted @ 2010-05-14 11:08 一粒沙 阅读(413) 评论(0) 推荐(0)
Using the Contact Selector Control
摘要:We have seen a number of requests on how to allow a user to enter (or select) a person’s name or logon alias and then validate that user against their Active Directory without using code. This h... 阅读全文
posted @ 2010-05-14 11:06 一粒沙 阅读(318) 评论(0) 推荐(0)
Open your rolodex from InfoPath using the Contact Selector
摘要:Speaking of Outlook integration, Microsoft Office 2007 includes a new control that enables you to choose one or more e-mail address from the address book. You can add this control to InfoPath’s ... 阅读全文
posted @ 2010-05-14 11:06 一粒沙 阅读(244) 评论(0) 推荐(0)
Custom Control support in InfoPath
摘要:Custom Control support in InfoPath (Part I - Simple Binding)Published 07 July 04 11:32 AM | ajma Over the last year and a half, the InfoPath team has been working on the SP1 release. If anyone's seen ... 阅读全文
posted @ 2010-05-14 11:05 一粒沙 阅读(359) 评论(0) 推荐(0)
Extending the InfoPath control set with custom controls
摘要:From: http://blogs.msdn.com/infopath/archive/2004/04/09/110504.aspxExtending the InfoPath control set with custom controlsInfoPath provides a rich and complete set of generic built-in controls in both... 阅读全文
posted @ 2010-05-14 11:04 一粒沙 阅读(234) 评论(0) 推荐(0)
在Infopath中使用自定义控件不能激发 OnPropertyChange 事件
摘要:InfoPath has a really powerful feature to allow users to create their own custom controls for InfoPath forms using Microsoft's ActiveX technology. One requirement that is essential for controls to wor... 阅读全文
posted @ 2010-05-14 11:04 一粒沙 阅读(248) 评论(0) 推荐(0)
创建可绑定到 InfoPath 表单数据的 ActiveX 控件
摘要:来自:微软表单中可以承载 ActiveX 控件。这些控件可以是现成的(具有某些约束),也可以针对 InfoPath 专门编写这些控件。编写 ActiveX 控件像 InfoPath 中的其他控件一样,ActiveX 控件应该支持现有的组件对象模型 (COM) 接口:IDispatchIPersistPropertyBagIPersistStreamInitIPropertyPageIObjectS... 阅读全文
posted @ 2010-05-14 11:03 一粒沙 阅读(329) 评论(0) 推荐(0)
InfoPath 的自动化和扩展
摘要:from: 微软操作方法:创建 COM 加载项以将自定义功能添加到 InfoPathMicrosoft Office InfoPath 2007 支持用于扩展表单编辑用户体验的 COM 加载项。尽管这是 Office InfoPath 2007 的新功能,但其他 Office 应用程序(如 Microsoft Office Word 和 Microsoft Office Excel)从 Offic... 阅读全文
posted @ 2010-05-14 11:02 一粒沙 阅读(411) 评论(0) 推荐(0)
InfoPath: Passing Command Line parameters to a new form
摘要:A frequent question from InfoPath users is “How can I pass parameters to a newInfoPath form when it is created?”Unfortunately, there’s no built-in functionality for passing command-l... 阅读全文
posted @ 2010-05-14 11:01 一粒沙 阅读(234) 评论(0) 推荐(0)
Infopath中,自己编写的ActiveX控件,为何不能绑定数据到XML属性节点
摘要:转自:http://www.mcse.ms/message1299834.html&highlight=InfopathControl.savestateI've been recently dealing with this same issue and here's the resolutionI've come to:1. You can ONLY use Integers, Lon... 阅读全文
posted @ 2010-05-14 11:00 一粒沙 阅读(217) 评论(0) 推荐(0)
纯粹B/S方式实现InfoPath的设计和运行时--Web Builder [转载]
摘要:初次接触Infopath,我就被它的强大的功能,灵活的表单制作方式,全面对Web Services的支持等特点深深的吸引了。曾经尝试用Infopath来完成一些MIS项目,Infopath却有一些我们难以逾越的障碍,使得无法方便的和项目紧密结合。主要是有以下几个方面使得Infopath不能和项目有效的结合: Infopath只能在Infopath本身的程序中填写表单(这个问题去年我曾经解决过,参考... 阅读全文
posted @ 2010-05-14 10:42 一粒沙 阅读(380) 评论(0) 推荐(0)
在Infopath中用C#创建复合控件
摘要:One of the problems with InfoPath controls is their limited availability. For example, there is no such control like the NumericUpDown control in WinForms. Or you may have a predefined complex UI, whi... 阅读全文
posted @ 2010-05-14 10:29 一粒沙 阅读(348) 评论(0) 推荐(0)
用C#.NET创建Infopath自定义控件
摘要:转:http://blogs.msdn.com/infopath/archive/2005/04/15/creating-an-infopath-custom-control-using-c-and-net.aspx In Office 2003 Service Pack 1 (SP1), new features and the InfoPathControl and InfoPathContr... 阅读全文
posted @ 2010-05-14 10:28 一粒沙 阅读(1350) 评论(0) 推荐(0)
在InfoPath 2010中使用SharePoint列表数据连接
摘要:嗨,我的名字是乔伊威格斯,InfoPath队伍的一名开发人员。在InfoPath 2010中,通过提供用于连接到从SharePoint列表和获得更丰富的数据功能,我们已经改善了与SharePoint 2010年整合。在这个岗位,我将比较在InfoPath 2007和 InfoPath 2010 SharePoint列表数据连接,并讨论了InfoPath 2010使用新的数据连接类型的好处。 我也将... 阅读全文
posted @ 2010-05-13 09:11 一粒沙 阅读(1099) 评论(0) 推荐(0)