lingdanglfw(DAX)

导航

2015年11月8日

workplace background

摘要: class:SysSetupFormRunpublic void run(){ super(); this.design().colorScheme(FormColorScheme::RGB); this.design().backgroundColor(WinAPI::RGB2int( 204,2... 阅读全文

posted @ 2015-11-08 09:17 lingdanglfw 阅读(190) 评论(0) 推荐(0)

2015年10月30日

load mainaccount

摘要: staticvoid LoadMainAccountCSV(Args _args){/* SysExcelApplication excel; SysExcelWorkbooks workbooks; SysExcelWorkbook workbook,_workbook; SysExcelWork... 阅读全文

posted @ 2015-10-30 22:53 lingdanglfw 阅读(252) 评论(0) 推荐(0)

2015年9月16日

range for query

摘要: staticvoid range_test(Args _args){ Query Query; QueryRun QueryRun; QueryBuildDataSource qbr;CustTable custtable;//QueryBuildRange qbr; Range range ='d... 阅读全文

posted @ 2015-09-16 00:29 lingdanglfw 阅读(182) 评论(0) 推荐(0)

2015年8月4日

Excel with COM

摘要: COM excelApplication ; COM workBooks ; COM workSheets ; COM workSheet ; COM workBook ; COM activesheet ; COM cells ; COM cell ; COM selections ; COM R... 阅读全文

posted @ 2015-08-04 15:10 lingdanglfw 阅读(170) 评论(0) 推荐(0)

2014年7月25日

sql install error

摘要: 解决SQL Server 2008 R2安装过程中提示Could not open key的解决方法:以管理员身份运行CMD命令提示符,输入以下语句并运行就OK了secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb ... 阅读全文

posted @ 2014-07-25 19:46 lingdanglfw 阅读(228) 评论(0) 推荐(0)

2014年4月6日

reverse engineering in ax

摘要: install Visio2010 Premium(UML model template). not work in Visio 2013 and other version. 阅读全文

posted @ 2014-04-06 15:44 lingdanglfw 阅读(163) 评论(0) 推荐(0)

2014年4月5日

BCP

摘要: 转:(总结) SQL Server Bulk Insert 批量数据导入DBSQL ServerBulk InsertBCPOPENROWSET格式文件SQL Server的Bulk Insert语句可以将本地或远程的数据文件批量导入到数据库中,速度非常的快。远程文件必须共享才行,文件路径须使用通用约定(UNC)名称,即"\\服务器名或IP\共享名\路径\文件名"的形式。* 1. 由于Bulk Insert通常配合格式化文件批量导入数据更方便,所以这里先介绍bcp工具导出格式化文件的方法。bcp是SQL Server提供的命令行实用工具提供了数据的导出、导入、格式文件导出等 阅读全文

posted @ 2014-04-05 16:22 lingdanglfw 阅读(668) 评论(0) 推荐(0)

2014年1月17日

dialogfield

摘要: before ax2012: typeof() or extendedtypeax2012: extendedtypestr() 阅读全文

posted @ 2014-01-17 12:58 lingdanglfw 阅读(145) 评论(0) 推荐(0)

CIL ERROR

摘要: Symmetry.TaxEngineadd ste-net 阅读全文

posted @ 2014-01-17 10:06 lingdanglfw 阅读(197) 评论(0) 推荐(0)

Queries Union

摘要: from AX2009, Union type added in Queries. 阅读全文

posted @ 2014-01-17 09:34 lingdanglfw 阅读(109) 评论(0) 推荐(0)