InfoPath Form
文章平均质量分 58
SPFarmer
本人从事SharePoint行业有八年的时间,参与过众多SharePoint大型项目,得到多个微软认证,并且是SharePointLake.com的创立者。SharePointLake.com致力于分享SharePoint知识,欢迎大家访问。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
InfoPath与SharePoint之(四)发布Form 到Form Library
除了把Infopath表单发布到List里,还可以发布到Form Library里。区别呢,就是在List里面的infopath是一个条目,而在Form Library里面的是一个XML 文件。原创 2015-02-16 11:57:29 · 2267 阅读 · 0 评论 -
InfoPath与SharePoint之(一) InfoPath和SharePoint List
如何发布InfoPath表单到SharePoint List里? 如何在InfoPath的列里引用已经存在的列表的项?原创 2015-02-11 20:07:48 · 2505 阅读 · 0 评论 -
InfoPath与SharePoint之(二) 用InfoPath定制化SharePoint List
SharePoint自带的新建和编辑条目页面,只是把所有的属性一字列开,并且想修改起来很困难。这个时候,可以使用InfoPath来定制化条目的页面,这样就很简单了。原创 2015-02-12 15:02:38 · 2110 阅读 · 0 评论 -
InfoPath与SharePoint之(五)发布InfoPath表单到Content Type
不管是在List里定制化表单,还是发布表单到Library,都有一个缺陷,就是不能被其他的List/Library重复使用。因此SharePoint提供了一个功能,可以把表单发布成Content Type,这样其他的List/Library就可以引用它了。原创 2015-02-16 14:04:53 · 2072 阅读 · 0 评论 -
InfoPath与SharePoint之(七)发布InfoPath到Central Administration-准备Full Trust的Template
前面介绍了发布InfoPath表单到List,Form Library和Content Type,这里介绍一下发布到Central Administration。 什么时候需要发布到CA呢?如果我们给InfoPath写了一些后台代码(C#或者VB),这个时候就会生成一个dll文件。为了保证dll里面含有的代码是安全的,这种InfoPath表单必须要经过Farm管理员批准之后方可使用。这原创 2015-03-05 10:38:29 · 1352 阅读 · 0 评论 -
InfoPath与SharePoint之(八)发布InfoPath到Central Administration-部署到SharePoint
在上一篇中,说到了如何制作一个能够发布到SharePoint CA中的full trust 的InfoPath template。这一篇继续说,如何发布到SharePoint 中并激活。把这个xsn文件发给SharePoint Farm管理员。使用Farm 管理员的身份,登入到Central Administration里面,找到InfoPath Form Service,进入原创 2015-03-06 10:11:28 · 1372 阅读 · 0 评论 -
InfoPath与SharePoint之(九)State Service
在使用InfoPath之前,需要做一下准备工作。InfoPath依赖于State Service才能工作。如果State Service没有开启,就会收到如下错误。原创 2015-03-09 09:48:07 · 1110 阅读 · 0 评论 -
InfoPath与SharePoint之(三) 在InfoPath中实现联动下拉菜单
在InfoPath中实现联动的下拉菜单是一种比较常见的需求。这里通过演示如何选择省份和城市,讲解一下如何实现联动下拉菜单。原创 2015-02-13 11:36:49 · 3522 阅读 · 1 评论
分享