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.
我有 Delphi 7,我正在使用 NexusDB 作为数据库。
我有一个主窗体,其中有一个 DBLookupComboBox 来列出表的内容。
如果我按下表单上的一个按钮,将新项目添加到列表中(打开第二个对话框),然后返回主表单,我希望新添加的项目立即显示
我似乎无法让它发挥作用。
我尝试刷新 ListSource 对象下的 DataSet。
有人有想法么?
谢谢,大卫
DBLookupComboBox1.ListSource.DataSet.Close; DBLookupComboBox1.ListSource.DataSet.Open;