执行下面代码,弹出什么?
DataTables("操作员档案").LoadFilter=""
DataTables("操作员档案").load
e.Form.Controls("ComboBox1").ComboList = DataTables("操作员档案").GetComboListString("用户名","[用户名] <> '开发人' and [权限组]='A' and [地区]='"&Vars("dq") &"'")
msgbox(DataTables("操作员档案").DataRows.Count)
msgbox(DataTables("操作员档案").GetComboListString("用户名",""))
msgbox(DataTables("操作员档案").GetComboListString("用户名","[用户名] <> '开发人' and [权限组]='A'"))