【问题标题】:How to Bind textbox/ListBox from one List with depending on other Dropdownlist populated with Another Sharepoint list in InfoPath?如何绑定一个列表中的文本框/列表框,具体取决于 InfoPath 中填充了另一个共享点列表的其他下拉列表?
【发布时间】:2013-02-21 14:27:45
【问题描述】:

我有一个DropDownList,它在INFOPATH DESIGNER 中填充了一个 SharePointList,其他文本框的值根据使用规则和操作的此 DropDownList 选定值填充。这很好用。

但是,现在我想检索其他列表中存在的 TextBox 或 ListBox 中的数据。(Want to use ClientID as LookUp value)取决于 Dropdownlist 的 Selected 值。

Eg: ClientList(ClientID,Name,City)
    ClientAddress(ClientID,Address1,Address2)

Depending on ClientID from DropDownList the TextBox Value must be filled with Corresponding Address1,Address2.

帮助赞赏! 谢谢!

【问题讨论】:

  • Answered it 在另一个骗局中
  • @GennadyVanin--新西伯利亚感谢您的回复!但我想使用上面提到的两个不同的 SharePoint 列表。请指导我做!

标签: sharepoint infopath infopath2010 infopath-forms-services


【解决方案1】:

创建到另一个列表的数据连接,然后创建规则以填充文本字段。有几种方法:

  1. 将新数据连接中查询字段的ID字段设置为表单字段的值,然后查询数据连接,将目标字段的值设置为新数据连接的数据字段

  2. 将目标字段的值设置为新数据连接的值,按表单字段的ID值过滤。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-03-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-02
    • 1970-01-01
    • 2017-06-13
    相关资源
    最近更新 更多