摘要:
场景:选择客户后,再选择品牌,只显示客户品牌(客户定义几个品牌) IF EXISTS (select b.Brand,b.code,cb.* from M_Tabs_CustomerBrand cb left join M_Brand b on cb.BrandID=b.BrandID where 阅读全文
2022年6月19日 #
摘要:
DetailFDMemTable.Filter:='SupplierID='+ABQueryBackTemp.FieldByName('SupplierID').AsString; DetailFDMemTable.Filtered:=true; 修改为: DetailFDMemTable.Filt 阅读全文
2022年5月28日 #
摘要:
大家好,ABFramework和ABMeeting 现在开始打折预售,各限10个名额,售完恢复原价,ABFramework和ABMeeting打折后售价为1万RMB,大约7月底之前发放源码,ABFramework对在更新有效期内的兄弟会统一发放,已购买过ABMeeting的兄弟可优惠价(5000RM 阅读全文
2022年5月14日 #
摘要:
EXCEL导入重复时增加字段值的提示:1、单元 :ABThirdQueryU将751行的:abshow('字段[%s]在数据库中已存在,这些值不允许存在重复.', [tempStr2], tempSQL); 修改为:abshow('字段[%s]的值[%s]在数据库中已存在,这些值不允许存在重复.', 阅读全文
摘要:
问题描述,使用分页,提交数据后刷新数据集出现如下错误提示: 解决方法:去掉书签即可 阅读全文
2022年4月29日 #
摘要:
解决方法: 将第三方组件的编译后的BPL一起发布即可。 阅读全文
摘要:
环境:ABFramework3.9.5 错误描述:循环插入报如题所示错误 代码如下: rstUpSalesDetail.FieldByName('CustGoodsCode').AsString:=rstSourceData.FieldByName('CustGoodsCode').AsString 阅读全文
2022年4月21日 #
摘要:
主ABQuery和从ABQuery不能设置缓存更新为真(默认设置即可) if ABStartTransaction(rstUpSalesDetail.ConnName,tempConnObjectIndex) then begin try OpenQuery(masterQuery,'select 阅读全文
2022年4月15日 #
摘要:
declare @OrdNo Nvarchar(100), @Memo Nvarchar(100),@NoList Nvarchar(1000),@sql Nvarchar(4000)set @NoList=' where a.No in (''SO0000002'',''SO0000004'')' 阅读全文
2022年4月13日 #
摘要:
Debugger Exception Notification Project ShoesErpP.exe raised exception class EIdSocketError with message 'Socket Error # 10054Connection reset by peer 阅读全文