[转]Microsoft Dynamics AX中Table Map的点点滴滴
William 15年前 (2011-03-25) 2590浏览 0评论
原文地址:http://www.cnblogs.com/daxnet/archive/2010/04/01/1696810.html 在Microsoft Dynamics AX的MorphX中,AOT下有个Maps节点(注意,不是Map Class...
William 15年前 (2011-03-25) 2590浏览 0评论
原文地址:http://www.cnblogs.com/daxnet/archive/2010/04/01/1696810.html 在Microsoft Dynamics AX的MorphX中,AOT下有个Maps节点(注意,不是Map Class...
William 15年前 (2011-03-22) 3308浏览 0评论
原文地址:http://zi-jin.com/archives/292 CodeBox当代码过长时底部会出现一个水平滚动条,可这样导致高度计算错误,垂直方向也出现了一个滚动条,这本也不是什么大不了的事。 关键就在于如果只有一行代码,那这行代码就看不到...
William 15年前 (2011-03-22) 2038浏览 0评论
原文地址:http://www.artofcreation.be/2011/02/06/x-performance-tips/ Hi everyone. I want to do an other post about performance. Bu...
William 15年前 (2011-03-21) 6628浏览 0评论
现在谈起Dynamics AX,在微软Dynamics系列产品当中,作为最受瞩目和最有前景的Dynamics套装产品线,很多人也许只知道它曾经由于资本市场的上市和并购,前后经历了三个“东家”。对于它长达20多年的ERP积累,就不一定有那么多人了解了,...
William 15年前 (2011-03-10) 4061浏览 0评论
博客照片很多?上传和管理图片太烦?想幻灯显示相册?在博客中任意插入动态图片效果?…… 你和我一样,需要NextGEN Gallery,最强WordPress相册插件! 其实网上可以搜到不少关于这个插件的介绍,不过我觉得都不够详细清楚,自己学习的时候也...
Kevin Roos 15年前 (2011-01-21) 2342浏览
Hi, *Edit Microsoft has released a fix for this problem contact support for this* As all of you know the Image class in Dynam...
Kevin Roos 15年前 (2010-12-03) 2037浏览
Hi, A customer of mine asked me to change the font of some reports to Calibri. It all went well until we saved a report as PD...
Kevin Roos 15年前 (2010-11-20) 1937浏览
Hi all, Here is a little code snippet for you to take screen shots within a Dynamics Ax client. public void run(FormContr...
Kevin Roos 15年前 (2010-10-07) 2211浏览
Hello, This post will be all about printing from printers that are connected on the AOS instead of the client. First up is in...
Kevin Roos 15年前 (2010-08-14) 1978浏览
Hi, Ever had this error “The exception unknown software exception (0xc0000417) occured in the application at 0x00a13c18...
Kevin Roos 15年前 (2010-08-03) 1793浏览
Hi there, here is a simple job to enable SQL tracing for all your users, this quite handy for optimizing queries. (The macro&...
Kevin Roos 15年前 (2010-07-30) 3524浏览
Hi, Next post will be a little tutorial on how the RunBaseBatch framework can work multithreaded. For example in the SalesFor...
Kevin Roos 15年前 (2010-07-29) 1849浏览
Hi, Here is a simple code snippet to create Batch jobs from code. This convenient when starting a heavy load job from a user ...
Kevin Roos 15年前 (2010-07-11) 2192浏览
Many projects use an interface to import their sales orders, because of this a SalesAutoCreate class was created. This class ...
Kevin Roos 15年前 (2010-07-08) 3415浏览
While doing a small AIF project I wrote a small batch class to cleanup the AIF document log because the button on the AifDocu...