在 Infopath 中以编程方式为人员选取器分配值
因为我们可以使用(例如:TextBox)在信息路径表单中分配任何字段,
MainDataSource.CreateNavigator().SelectSingleNode("//my:RequestedHardware",
NamespaceManager).SetValue("Test");
但是当我为 PeoplePicker 字段分配相同的字段时,它给出了一个异常,这意味着我们无法添加这样的值。 请建议我们如何以编程方式做到这一点...... 谢谢
As we can assign any field in infopath form using (Eg:TextBox)
MainDataSource.CreateNavigator().SelectSingleNode("//my:RequestedHardware",
NamespaceManager).SetValue("Test");
But when i am assigning the same for the PeoplePicker field it is giving an exception means which we can't add the value like this.
Please suggest how can we programatically do this....
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您如何设置该值?联系人选择器控件需要设置三个值,如下所示
确保您正在设置所有三个值。
How are you setting the value ? Contact selector control requires three values to be set as shown below
Make sure you are setting all three values.