【发布时间】: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