摘要:select a.*,g.SupplierCode from T_salesDetail left join a.GoodsID=g.GoodsID 这个 SupplierCode哪里设置显示中文?一样的设置有的地方可以,有的地方不行呢
阅读全文
10 2022 档案
摘要:var tempStr1:string; tempForm:TForm;begin// abshow(format('name=%s,Caption=%s,SQL=%s,RecNo=%d',[aName,aCaption,ABGetDatasetSQL(aDataset),aDataset.RecN
阅读全文
摘要:cxgrid cell列双击与单机事件不容易触发的问题cxgrid在很多时候,单击或者双击cell的时候不容易触发相应的动作事件;是因为鼠标点击cxgrid的时候,进入到了编辑状态,所以没有触发单机或者双击事件。我们可以设置cxgrid的一个属性来实现触发相应的动作事件。cxgridDBTableV
阅读全文
摘要:由于主表列表显示主从表的数据,增加后,子表有多条记录时,需要再刷新数据,此时,书签失效,导致不能使用书签,解决办法是使用 ABReFreshQuery(vQuery,true);来刷新即可
阅读全文
摘要:今天查了几个小时的错误,硬是没有找到 最后跟踪发现是数据字典设置弹窗选择的原因造成的。 跟踪情况: 错误信息如下: Shoeserpp Access violation at address 54FECAE5 in module 'ABFrameworkG.bpl'. Read of address
阅读全文
摘要:unit ListTest; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms
阅读全文
摘要:Use master Go if object_ID('[sp_DecryptObject]') is not null Drop Procedure [sp_DecryptObject] Go create procedure sp_DecryptObject ( @Object sysname,
阅读全文
摘要:// 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
阅读全文
浙公网安备 33010602011771号