Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我想在父表单上更改焦点时刷新子表单。
任何人都可以提供实现这一目标的线索吗?
看看教程表单 Dynalink。
简单的方法根本不需要代码,只要子表单中的表与父表单中的表有关系。父表单中的记录更改通知子表单,使其调用linkActive方法,然后该方法调用子表数据源上的executeQuery方法。