Basic Address Book structure in Ax2012
15年前 (2011-09-29) 2840浏览 0评论
This is a quick overview of the main tables involved in the address book functionality of Ax2012.In Ax2009, the integration b...
15年前 (2011-09-29) 2840浏览 0评论
This is a quick overview of the main tables involved in the address book functionality of Ax2012.In Ax2009, the integration b...
15年前 (2011-09-28) 3511浏览 0评论
The Chart of accounts structure in Ax2012 has changed significantly from previous versions. In Ax2009, any table that stored ...
15年前 (2011-09-23) 2924浏览 0评论
INTRODUCTION This article describes how to enable X++ debugging if the following conditions are true This article describes h...
15年前 (2011-09-20) 7081浏览 1评论
原帖: http://www.mbscn.net/thread-3865-1-1.html Grid中使用display方法的问题与解决办法 最近做一个项目,用到了display方法,但是怎么做都会出现Grid中某字段的内容跟随光标变化而变化的问题....
15年前 (2011-09-19) 2730浏览 0评论
为了更好的宣讲Microsoft Dynamics AX 2012 的强大、灵活、简单的设计理念,微软在其Dynamics官方网站发布了几段Dynamics AX 2012 演示视频和交互式演示视频(SilverLight),推荐观看,截至2011-...
15年前 (2011-09-03) 3317浏览 0评论
Dynamics AX 2009 环境移植 这里的环境移植仅仅讨论最基本的环境移植,仅仅包括:application和database 移植准备 ①Application Files 默认路径C:ProgramFilesM...
15年前 (2011-08-04) 3247浏览 0评论
原文地址:http://blog.vinaysingh.in/2011/03/fetch-data-from-temporary-table.html Question:How to fetch data from a temporary table...
15年前 (2011-08-04) 2756浏览 0评论
原文地址:http://blog.vinaysingh.in/2011/03/integrate-dll-with-dynamics-ax.html Dynamics AX provide the feature of common language...
15年前 (2011-07-01) 2502浏览 0评论
请你自我介绍一下自己好吗? 回答提示:一般人回答这个问题过于平常,只说姓名、年龄、爱好、工作经验,这些在简历上都有。其实,企业最希望知道的是求职者能否胜任工作,包括:最强的技能、最深入研究的知识领域、个性中最积极的部分、做过的最成功的事,主要的成就等...
15年前 (2011-06-29) 2816浏览 0评论
原文地址:http://user.qzone.qq.com/274974359?ptlang=2052 //使彩色图片变灰 void ChangeBitmapGray(_image _image) { int i,j,pixel,r,g,b,t,x;...
15年前 (2011-06-28) 5948浏览 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...
15年前 (2011-06-28) 4389浏览 0评论
原文地址:http://alexondax.blogspot.com/2011/02/change-forms-background-color-for.html This is a simple mod that saves TONS of hea...
15年前 (2011-06-27) 2299浏览 0评论
本视频片段提供: 1. SQL Server 2005/2008/2008R2 Analysis Services(SSAS) 基本概念 2. Microsoft Dynamics AX 对 OLAP的良好支持 3. 如何在Microsoft Dyn...
15年前 (2011-06-23) 6833浏览 0评论
原文地址:http://www.eggheadcafe.com/microsoft/Axapta-Programming/32111378/problem-with-scrollbars-within-tab-pages-when-showhide-...
15年前 (2011-06-22) 1876浏览 0评论
Hi,Refer the below links (who doesn't have access to partner source) for hands on experience in AX 2012,Workflow Implementati...
15年前 (2011-05-19) 3872浏览 0评论
原文地址:http://blog.csdn.net/kings1108/archive/2009/04/24/4114569.aspx update 是执行表里update的方法,再update到数据库。 doupdate 是直接update到数据库...
15年前 (2011-05-10) 3693浏览 0评论
作者:Junevoful 正如我初学AX的时候一样,我相信许多朋友也会遇到与我同样的疑问,很多预留字符根本找不到文档来解释。譬如说,下面这两个SQL 关键字forcePlaceHolders和 forceLiterals,就有许多朋友觉得解释不清。 ...
15年前 (2011-05-09) 6662浏览 0评论
转载请注明:ww12345678 的部落格 | AX Helper » [转]Costing and inventory closing
15年前 (2011-05-08) 3362浏览 0评论
Microsoft Dynamics AX 中对消息对话框和模态对话框均有良好支持,但同传统意义上的程序开发平台有一些自己的特性,本博文试图探究这些异同,给出标准化的实现方法,简化开发新手摸索新知识的路径。但本人水平有限,难免挂一漏万,欢迎各位AXe...
15年前 (2011-05-07) 3961浏览 0评论
Microsoft Dynamics AX 中对消息对话框和模态对话框均有良好支持,但同传统意义上的程序开发平台有一些自己的特性,本博文试图探究这些异同,给出标准化的实现方法简化开发新手摸索新知识的路径。但本人水平有限难免挂一漏万,欢迎各位AXer同...