窗口类型为下拉窗口,窗口的 dropdownopenning事件:If user.group="工程一部"
DataTables("合同基本信息表").RemoveFor("(是否为工程合同=True And 工程结算_完成日期 Is not null And 合同结束日期 Is null And 承办部门='工程一部') Or (是否为工程合同=False And 档案管理人员 Is not null And 合同结束日期 Is null and 承办部门='工程一部')")
DataTables("合同基本信息表").AppendLoad("(是否为工程合同=True And 工程结算_完成日期 Is not null And 合同结束日期 Is null And 承办部门='工程一部') Or (是否为工程合同=False And 档案管理人员 Is not null And 合同结束日期 Is null and 承办部门='工程一部')")
Else
DataTables("合同基本信息表").RemoveFor("档案管理人员 Is not null And 合同结束日期 Is null And 承办部门='"& user.group & "'")
DataTables("合同基本信息表").AppendLoad("档案管理人员 Is not null And 合同结束日期 Is null And 承办部门='"& user.group & "'")
End If
在引用下拉窗口时提示错误。