posts - 286,comments - 150,trackbacks - 24

Infopath ActiveX
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 阅读(557) | 评论 (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 阅读(585) | 评论 (1) 编辑
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 阅读(521) | 评论 (2) 编辑
创建可绑定到 InfoPath 表单数据的 ActiveX 控件
摘要: 来自:微软表单中可以承载 ActiveX 控件。这些控件可以是现成的(具有某些约束),也可以针对 InfoPath 专门编写这些控件。编写 ActiveX 控件像 InfoPath 中的其他控件一样,ActiveX 控件应该支持现有的组件对象模型 (COM) 接口: IDispatch IPersistPropertyBag IPersistStreamInit IPropertyPage IOb...阅读全文
posted @ 2007-11-01 15:11 Dragon-China 阅读(647) | 评论 (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 阅读(320) | 评论 (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 阅读(317) | 评论 (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 阅读(496) | 评论 (0) 编辑