本文介绍了从另一个数据库刷新表单?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1234567890

1234567890

推荐答案


的形式刷新数据
不是我的,我害怕斯蒂芬。参考来自 FileA FileB 应该没问题,但据我所知,反之亦然。


当你完成对 FileB 的调用时,你为什么不从表单本身的 FileA 中查看表单的 .Requery ?是因为 FileB 中的进程是异步运行的吗?

Not mine I''m afraid Stephen. Referring to FileB from FileA should be fine, but the reverse is not true as far as I''m aware.

Why are you not looking at doing a .Requery of your form in FileA from the form itself when it has completed its call to FileB? Is it because the processes in FileB are running asynchronously?



展开 | 选择 | 换行 | 行号


这篇关于从另一个数据库刷新表单?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 17:16