New Option to Log X++ Max-Length String Truncation
Karl Simonsen 15年前 (2011-10-06) 3178浏览
In X++ you can optionally declare a string to have a specified maximum length: str 5 maxLen5String; Semantical...
Karl Simonsen 15年前 (2011-10-06) 3178浏览
In X++ you can optionally declare a string to have a specified maximum length: str 5 maxLen5String; Semantical...
William 15年前 (2011-09-29) 3078浏览 0评论
List pages are a new concept in Ax2012. Enterprise Portal in Ax2009 had them to some extent but now they're used as the main ...
William 15年前 (2011-09-29) 2851浏览 0评论
This is a quick overview of the main tables involved in the address book functionality of Ax2012.In Ax2009, the integration b...
William 15年前 (2011-09-28) 3520浏览 0评论
The Chart of accounts structure in Ax2012 has changed significantly from previous versions. In Ax2009, any table that stored ...
William 15年前 (2011-09-23) 2939浏览 0评论
INTRODUCTION This article describes how to enable X++ debugging if the following conditions are true This article describes h...
Ashish Gupta MBS 15年前 (2011-09-20) 3856浏览
In Microsoft Dynamics AX 2012 we have interoperability features that enable your .NET Framework C# code to call methods on AX...
William 15年前 (2011-09-20) 7097浏览 1评论
原帖: http://www.mbscn.net/thread-3865-1-1.html Grid中使用display方法的问题与解决办法 最近做一个项目,用到了display方法,但是怎么做都会出现Grid中某字段的内容跟随光标变化而变化的问题....
davidre_msft 15年前 (2011-09-12) 2461浏览
Correct configuration of the tempdb database is crucial for Dynamics AX workloads. Two of the key recommendations are to main...
Andres Martinez Andrade 15年前 (2011-09-08) 5625浏览
The global methods buf2con and con2buf are used on X++ to convert table buffers into containers and vice versa. New functiona...
Stella Chen 15年前 (2011-09-07) 4673浏览
In Microsoft Dynamics AX 2012 we introduced the ability to compile X++ code into .NET Framework CIL. CIL can run faster than ...
Sam Peng 15年前 (2011-09-06) 2218浏览
Analyze traces Open Traces Once a trace file is imported, it is automatically opened in Trace Parser. Alternatively, users ...
William 15年前 (2011-09-03) 3328浏览 0评论
Dynamics AX 2009 环境移植 这里的环境移植仅仅讨论最基本的环境移植,仅仅包括:application和database 移植准备 ①Application Files 默认路径C:ProgramFilesM...
Ievgenii Korovin 15年前 (2011-09-02) 1920浏览
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 15年前 (2011-08-15) 1777浏览
Microsoft Dynamics AX 2012 Trace Parser is a performance analyzer that helps users discover and resolve performance problems ...
William 15年前 (2011-08-04) 3264浏览 0评论
原文地址:http://blog.vinaysingh.in/2011/03/fetch-data-from-temporary-table.html Question:How to fetch data from a temporary table...
William 15年前 (2011-08-04) 2771浏览 0评论
原文地址:http://blog.vinaysingh.in/2011/03/integrate-dll-with-dynamics-ax.html Dynamics AX provide the feature of common language...
Marcos Calderon M 15年前 (2011-08-02) 7629浏览
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 15年前 (2011-07-01) 2512浏览 0评论
请你自我介绍一下自己好吗? 回答提示:一般人回答这个问题过于平常,只说姓名、年龄、爱好、工作经验,这些在简历上都有。其实,企业最希望知道的是求职者能否胜任工作,包括:最强的技能、最深入研究的知识领域、个性中最积极的部分、做过的最成功的事,主要的成就等...
William 15年前 (2011-06-29) 2838浏览 0评论
原文地址:http://user.qzone.qq.com/274974359?ptlang=2052 //使彩色图片变灰 void ChangeBitmapGray(_image _image) { int i,j,pixel,r,g,b,t,x;...
William 15年前 (2011-06-28) 5963浏览 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...