如何将父表单数据网格读取到子表单中

发布于 2024-12-10 01:10:46 字数 68 浏览 8 评论 0原文

如何将父表单数据网格读取到子表单中。

在父表单数据网格中并读入子表单。

有人可以帮助我吗?

How to read the parent form datagrid into child form.

In the Parent Form Datagrid and read into Child form.

Anybody can help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

み零 2024-12-17 01:10:46

不确定您的问题是关于数据设计还是用户界面功能。一切都从数据开始。在父表中创建 ID 字段。当您将记录插入子表时,请包含父 ID 字段。然后,在数据网格中,当用户单击“选择”按钮时,您可以将该 ID 传递到“子”表以隔离相关记录。这就是他们所说的师子关系。希望有帮助。抢。 FormThis.com

Not sure if you question is regarding data design or ui functionality. It all starts with the data. Create an ID field in the Parent table. When you insert records into the Child table include the Parent ID field. Then in your datagrid when a user clicks the Select button you can pass that ID to the Child table to isolate the related records. This is what they call a Master/Child relationship. Hope that helps. Rob. FormThis.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文