更改后更新网格
是的,这可能会非常简单。我有一个包含网格的表单,如果您选择其中一个记录并按“编辑”,您将进入另一个表单,您可以在其中编辑附加到该记录的数据 - 这一切都有效。
然而,保存后,它将写入数据库,但不会更新上述网格,直到我一起退出程序然后返回。
我想做的就是在退出其他表单时更新网格。
我尝试打开/关闭表组件,对查询和表调用“刷新”。我使用 BDE 连接到数据库并在 Rad Studio XE2 中编写此内容。
任何帮助将不胜感激。
Right, this is probably going to be pretty simple. I have a form that contains a grid, if you select one of the records and press 'Edit' you get taken to another form where you can edit the data attached to that record - this all works.
However upon saving it will write it to the database but will not update the aforementioned grid until I come out of my program all together and then go back in.
All I want to do is get the grid to update when exiting the other form.
I have tried opening/closing the table components, calling the 'refresh' against the query and the table. I am connecting to the database using BDE and writing this in Rad Studio XE2.
Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这能解决您的
TTable 和
TQuery问题
Hope this solves your problem
for a TTable and
for a TQuery