摘要:
ABFramework中主从表增加数据后,从表数据为空的问题 需要设置从表的Query的DetailFields为从表关联主表的字段名 阅读全文
2022年7月15日 #
2022年7月12日 #
摘要:
主从表显示在一起是指:select a.*,b.* from a left join b on a.ID=b.Did,数据全显示在主表对应的表格中 需要设置主数据集的两个属性 SyncLoadTablesSyncUpdateTables 设置为False 同时需要设置从数据集的UpdateTable 阅读全文
2022年7月11日 #
摘要:
svnadmin create C:\SourceServer\repository svnserve -d -r C:\SourceServer\repository 阅读全文
2022年7月6日 #
摘要:
一、打开虚拟机后,先SVN自己项目的代码 二、安装组件Ehlib 三、把框架Framework命名为Framework4.0 四、再SVN框架的代码Framework 五,再把Framework4.0下面的所有复制到Framework下面 六、使用数据库一键升级工具来升级服务器框架库 七、编译测试 阅读全文
2022年7月5日 #
摘要:
修正的Bug: 1、报表设计工具,客户端增加的报表名称和分类,其它电脑无法看到 解决方法: 打开报表设计工具,修改ABQuery1的属性FieldDefaultValues值为下面的即可: Ti_Group=Main,Ti_Tr_Guid=select dbo.Func_GetTreeGuid('E 阅读全文
2022年7月2日 #
摘要:
现在此错误的原因是没有设置此表的数据库主键,如果设置了主键需要重启AB服务端 阅读全文
2022年6月29日 #
摘要:
将ABQuery的SyncLoadTablesSyncUpdateTables两个属性设置为False即可 阅读全文
2022年6月27日 #
摘要:
判断: //uses cxTextEdit cxGrid1DBTableView1Column.PropertiesClass = TcxTextEditProperties; //uses cxCalendar cxGrid1DBTableView1Column.PropertiesClass = 阅读全文
2022年6月19日 #
摘要:
全功能,完全免费,进群免费下载,Q群号:103964922 阅读全文
摘要:
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 阅读全文