【发布时间】:2020-02-03 04:28:33
【问题描述】:
我目前有一个 PowerApps 应用程序,该应用程序连接到包含书籍信息的 SQL Server 数据库。我正在尝试制作一个显示书籍画廊的混合屏幕。 I cannot figure out how to make the price and book id display when one of the book records is selected.
【问题讨论】:
标签: powerapps
我目前有一个 PowerApps 应用程序,该应用程序连接到包含书籍信息的 SQL Server 数据库。我正在尝试制作一个显示书籍画廊的混合屏幕。 I cannot figure out how to make the price and book id display when one of the book records is selected.
【问题讨论】:
标签: powerapps
除非我理解错了,否则您应该只对画廊项目的 OnSelect 属性执行 Select(Parent)。将 BookID 和价格显示为 BookGallery.Selected.BookID 和 BookGallery.Selected.Price。
【讨论】: