这个功能我已实现 是这样的
if dbgrid1.Datasource.DataSet.IsEmpty then
begin
showmessage('你还没有选择客户!');
exit;
end
else
begin
if not TLCYGLXT.KT_FJTHXXB.active then
TLCYGLXT.KT_FJTHXXB.Open;
label3.Caption:=dbgrid1.Fields[0].AsString ;
if TLCYGLXT.KT_FJTHXXB.Locate('编号',label3.caption,[loPartialKey]) then
TLCYGLXT.KT_FJTHXXB.Edit ;
TLCYGLXT.KT_FJTHXXB.Post;
TLCYGLXT.YGXXB.Open;//打开员工信息表
YGCX.ShowModal;
end;现在又出现问题,如何去判断数据是从另一个窗口中导入的 若是就禁用某事件不可用