不应该。将窗口的DropDownClosed事件代码设置为:
Dim tbl As Table = Tables("窗口1_Table1")If tbl.Current IsNot Nothing Then e.Form.DropDownBox.Value = tbl.Current("客户ID")End If