摘要:
全功能,完全免费,进群免费下载,Q群号:103964922 阅读全文
2022年6月19日 #
摘要:
select tr_code, GetFieldNames('absys_org_treeitem','Ti_name;PubID')from ABSys_Org_Tree left join absys_org_treeitem on tr_guid =ti_tr_guid GetFieldNam 阅读全文
摘要:
场景:选择客户后,再选择品牌,只显示客户品牌(客户定义几个品牌) IF EXISTS (select b.Brand,b.code,cb.* from M_Tabs_CustomerBrand cb left join M_Brand b on cb.BrandID=b.BrandID where 阅读全文
摘要:
DetailFDMemTable.Filter:='SupplierID='+ABQueryBackTemp.FieldByName('SupplierID').AsString; DetailFDMemTable.Filtered:=true; 修改为: DetailFDMemTable.Filt 阅读全文