William
14年前 (2011-09-23) 2895浏览 0评论
INTRODUCTION This article describes how to enable X++ debugging if the following conditions are true This article describes h...
Ashish Gupta MBS
14年前 (2011-09-20) 3815浏览
In Microsoft Dynamics AX 2012 we have interoperability features that enable your .NET Framework C# code to call methods on AX...
William
14年前 (2011-09-20) 7031浏览 1评论
原帖: http://www.mbscn.net/thread-3865-1-1.html Grid中使用display方法的问题与解决办法 最近做一个项目,用到了display方法,但是怎么做都会出现Grid中某字段的内容跟随光标变化而变化的问题....
William
14年前 (2011-09-19) 2675浏览 0评论
为了更好的宣讲Microsoft Dynamics AX 2012 的强大、灵活、简单的设计理念,微软在其Dynamics官方网站发布了几段Dynamics AX 2012 演示视频和交互式演示视频(SilverLight),推荐观看,截至2011-...
davidre_msft
14年前 (2011-09-12) 2418浏览
Correct configuration of the tempdb database is crucial for Dynamics AX workloads. Two of the key recommendations are to main...
Andres Martinez Andrade
14年前 (2011-09-08) 5580浏览
The global methods buf2con and con2buf are used on X++ to convert table buffers into containers and vice versa. New functiona...
Stella Chen
14年前 (2011-09-07) 4630浏览
In Microsoft Dynamics AX 2012 we introduced the ability to compile X++ code into .NET Framework CIL. CIL can run faster than ...
Sam Peng
14年前 (2011-09-06) 2166浏览
Analyze traces
Open Traces
Once a trace file is imported, it is automatically opened in Trace Parser. Alternatively, users ...
William
14年前 (2011-09-03) 3280浏览 0评论
Dynamics AX 2009 环境移植 这里的环境移植仅仅讨论最基本的环境移植,仅仅包括:application和database 移植准备 ①Application Files 默认路径C:ProgramFilesM...
Ievgenii Korovin
14年前 (2011-09-02) 1878浏览
By using the Item arrival journal in the Inventory and warehouse management module in AX2012 you can ship and receive a trans...
Tao Wang - Microsoft Dynamics AX
14年前 (2011-08-15) 1738浏览
Microsoft Dynamics AX 2012 Trace Parser is a performance analyzer that helps users discover and resolve performance problems ...
William
14年前 (2011-08-04) 3198浏览 0评论
原文地址:http://blog.vinaysingh.in/2011/03/fetch-data-from-temporary-table.html Question:How to fetch data from a temporary table...
William
14年前 (2011-08-04) 2722浏览 0评论
原文地址:http://blog.vinaysingh.in/2011/03/integrate-dll-with-dynamics-ax.html Dynamics AX provide the feature of common language...
Marcos Calderon M
14年前 (2011-08-02) 7585浏览
In this post I want to cover some of the core functional aspects of the new delegates feature introduced in AX 2012. X++ dele...
William
14年前 (2011-07-01) 2471浏览 0评论
请你自我介绍一下自己好吗? 回答提示:一般人回答这个问题过于平常,只说姓名、年龄、爱好、工作经验,这些在简历上都有。其实,企业最希望知道的是求职者能否胜任工作,包括:最强的技能、最深入研究的知识领域、个性中最积极的部分、做过的最成功的事,主要的成就等...
William
14年前 (2011-06-29) 2764浏览 0评论
原文地址:http://user.qzone.qq.com/274974359?ptlang=2052 //使彩色图片变灰 void ChangeBitmapGray(_image _image) { int i,j,pixel,r,g,b,t,x;...
William
14年前 (2011-06-28) 5910浏览 0评论
原文地址:http://alexondax.blogspot.com/2011/01/how-to-export-license-keys-that-are.html Every now and then, there is a need to ex...
William
14年前 (2011-06-28) 4355浏览 0评论
原文地址:http://alexondax.blogspot.com/2011/02/change-forms-background-color-for.html This is a simple mod that saves TONS of hea...
William
14年前 (2011-06-27) 2272浏览 0评论
本视频片段提供: 1. SQL Server 2005/2008/2008R2 Analysis Services(SSAS) 基本概念 2. Microsoft Dynamics AX 对 OLAP的良好支持 3. 如何在Microsoft Dyn...
William
14年前 (2011-06-23) 6790浏览 0评论
原文地址:http://www.eggheadcafe.com/microsoft/Axapta-Programming/32111378/problem-with-scrollbars-within-tab-pages-when-showhide-...