随笔分类 -  Infopath ActiveX

Infopath自定义控件
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 @ 2007-12-14 09:59 Dragon-China 阅读(893) 评论(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 @ 2007-11-07 09:47 Dragon-China 阅读(930) 评论(1) 推荐(0) 编辑
InfoPath 的自动化和扩展
摘要:from: 微软 操作方法:创建 COM 加载项以将自定义功能添加到 InfoPath Microsoft Office InfoPath 2007 支持用于扩展表单编辑用户体验的 COM 加载项。尽管这是 Office InfoPath 2007 的新功能,但其他 Office 应用程序(如 Microsoft Office Word 和 Microsoft Office Excel)从 Off... 阅读全文
posted @ 2007-11-02 15:17 Dragon-China 阅读(876) 评论(2) 推荐(0) 编辑
创建可绑定到 InfoPath 表单数据的 ActiveX 控件
摘要:来自:微软表单中可以承载 ActiveX 控件。这些控件可以是现成的(具有某些约束),也可以针对 InfoPath 专门编写这些控件。编写 ActiveX 控件像 InfoPath 中的其他控件一样,ActiveX 控件应该支持现有的组件对象模型 (COM) 接口: IDispatch IPersistPropertyBag IPersistStreamInit IPropertyPage IOb... 阅读全文
posted @ 2007-11-01 15:11 Dragon-China 阅读(1021) 评论(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 @ 2007-11-01 10:58 Dragon-China 阅读(533) 评论(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 @ 2007-11-01 10:42 Dragon-China 阅读(610) 评论(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 @ 2007-10-11 10:59 Dragon-China 阅读(735) 评论(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 has ... 阅读全文
posted @ 2007-10-11 10:24 Dragon-China 阅读(571) 评论(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 @ 2007-10-11 10:21 Dragon-China 阅读(347) 评论(0) 推荐(0) 编辑
Extending the InfoPath control set with custom controls
摘要:InfoPath provides a rich and complete set of generic built-in controls in both 1.0 and SP-1, but there are some cases where there is a need for a control that is specific to your form or to your organ... 阅读全文
posted @ 2007-10-11 10:13 Dragon-China 阅读(255) 评论(0) 推荐(0) 编辑
ActiveX Controls in InfoPath 2003
摘要:转:http://msdn2.microsoft.com/en-us/library/ms788206.aspx Summary: Learn how to write a custom Microsoft ActiveX control that meets all requirements for use in InfoPath and learn how to deploy the con... 阅读全文
posted @ 2007-09-20 08:24 Dragon-China 阅读(537) 评论(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 InfoPathCo... 阅读全文
posted @ 2007-09-18 11:08 Dragon-China 阅读(1791) 评论(3) 推荐(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, wh... 阅读全文
posted @ 2007-09-18 11:04 Dragon-China 阅读(885) 评论(0) 推荐(0) 编辑