启用浏览器的表单中的级联下拉列表

时间:2010-05-28 09:06:01

标签: c# drop-down-menu infopath

我试图根据另一个填写下拉列表: 部门和子部门。

我点了这个链接:http://www.sharepoint-tips.com/2007/01/infopath-form-services-implementing.html

当我尝试填写表单时,它会给我一个错误: 请求失败( - > securityException)在此行: q.FileLocation = q.FileLocation +“& FilterField1 = Department& FilterValue1 =”+ GetDepartmentValue(); 并且不会过滤第二个下拉列表(子部门)。

知道可能是什么问题吗?

0 个答案:

没有答案