摘要:
cxgrid cell列双击与单机事件不容易触发的问题cxgrid在很多时候,单击或者双击cell的时候不容易触发相应的动作事件;是因为鼠标点击cxgrid的时候,进入到了编辑状态,所以没有触发单机或者双击事件。我们可以设置cxgrid的一个属性来实现触发相应的动作事件。cxgridDBTableV 阅读全文
2022年10月25日 #
2022年10月22日 #
摘要:
由于主表列表显示主从表的数据,增加后,子表有多条记录时,需要再刷新数据,此时,书签失效,导致不能使用书签,解决办法是使用 ABReFreshQuery(vQuery,true);来刷新即可 阅读全文
摘要:
今天查了几个小时的错误,硬是没有找到 最后跟踪发现是数据字典设置弹窗选择的原因造成的。 跟踪情况: 错误信息如下: Shoeserpp Access violation at address 54FECAE5 in module 'ABFrameworkG.bpl'. Read of address 阅读全文
2022年10月20日 #
摘要:
unit ListTest; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms 阅读全文
2022年10月12日 #
摘要:
Use master Go if object_ID('[sp_DecryptObject]') is not null Drop Procedure [sp_DecryptObject] Go create procedure sp_DecryptObject ( @Object sysname, 阅读全文
2022年10月2日 #
摘要:
// let _this=this let salesorderdata=_this.params _this.salesorder.aToken=uni.getStorageSync('token') debugger salesorderdata.detail.forEach(valitem=> 阅读全文
摘要:
1,将json对象转换为json字符串(json序列话) JSON.stringify(对象); 2,将json字符串转换为json对象(json反序列话) JSON.parse(字符串);3,js对json对象操作(增删改) <script type="text/javascript"> //js 阅读全文
2022年9月29日 #
摘要:
SQL 写法: select * from godos where code like :code 传参时,值设置为:%XXX% 阅读全文
摘要:
var vPath: string;begin vPath:=ExtractFilePath (Application.ExeName) ; vPath :=vPath+'GoodsImage' ; vPath:=format ( '%s\%s.jpg', [vPath,<ABQuery2."货品编 阅读全文
2022年9月26日 #
摘要:
Shoeserpp Access violation at address 55831EB2 in module 'ABFrameworkG.bpl'. Read of address 00000000. 确定 没有执行框架库的SQL代码升级。 阅读全文