Y
yypeng
Unregistered / Unconfirmed
GUEST, unregistred user!
project project1.exe raised exception class EOleException with message'列' 人事表员工编号'在选择列表中无效因为该列既不包含在聚合函数中也不包含在GROUP BY子句中'(50分)<br />askform.combobox2.text:='人事表';
askform.ads.Active :=false;
askform.ADS.commandtext:='select * from 人事表 group by 部门' ;
askform.ads.active:=true;
askform.showmodal;
ads1.Edit;
ads1.fieldbyname('材料主管').asstring:=mainform.Staffname;
各位大侠能解决一下吗?
askform.ads.Active :=false;
askform.ADS.commandtext:='select * from 人事表 group by 部门' ;
askform.ads.active:=true;
askform.showmodal;
ads1.Edit;
ads1.fieldbyname('材料主管').asstring:=mainform.Staffname;
各位大侠能解决一下吗?