[转]Integrate the .NET DLL with Microsoft Dynamics AX
William 14年前 (2011-08-04) 2577浏览 0评论
原文地址:http://blog.vinaysingh.in/2011/03/integrate-dll-with-dynamics-ax.html Dynamics AX provide the feature of common language...
ww12345678 的部落格 | AX Helper
William 14年前 (2011-08-04) 2577浏览 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) 7384浏览
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) 2326浏览 0评论
请你自我介绍一下自己好吗? 回答提示:一般人回答这个问题过于平常,只说姓名、年龄、爱好、工作经验,这些在简历上都有。其实,企业最希望知道的是求职者能否胜任工作,包括:最强的技能、最深入研究的知识领域、个性中最积极的部分、做过的最成功的事,主要的成就等...
William 14年前 (2011-06-29) 2614浏览 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) 5723浏览 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) 4199浏览 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) 2115浏览 0评论
本视频片段提供: 1. SQL Server 2005/2008/2008R2 Analysis Services(SSAS) 基本概念 2. Microsoft Dynamics AX 对 OLAP的良好支持 3. 如何在Microsoft Dyn...
William 14年前 (2011-06-23) 6633浏览 0评论
原文地址:http://www.eggheadcafe.com/microsoft/Axapta-Programming/32111378/problem-with-scrollbars-within-tab-pages-when-showhide-...
William 14年前 (2011-06-22) 1710浏览 0评论
Hi,Refer the below links (who doesn't have access to partner source) for hands on experience in AX 2012,Workflow Implementati...
Peter Villadsen 14年前 (2011-05-20) 2315浏览
I was looking at the API that we publish for the X++ compiler, and it struck me that it would be really easy to implement a s...
William 14年前 (2011-05-19) 3687浏览 0评论
原文地址:http://blog.csdn.net/kings1108/archive/2009/04/24/4114569.aspx update 是执行表里update的方法,再update到数据库。 doupdate 是直接update到数据库...
Peter Villadsen 14年前 (2011-05-10) 4200浏览
There are situations where it is useful to workl with characters in X++. As you know, X++ does not have the concept of charac...
William 14年前 (2011-05-10) 3512浏览 0评论
作者:Junevoful 正如我初学AX的时候一样,我相信许多朋友也会遇到与我同样的疑问,很多预留字符根本找不到文档来解释。譬如说,下面这两个SQL 关键字forcePlaceHolders和 forceLiterals,就有许多朋友觉得解释不清。 ...
William 14年前 (2011-05-09) 6463浏览 0评论
转载请注明:ww12345678 的部落格 | AX Helper » [转]Costing and inventory closing
William 14年前 (2011-05-08) 3162浏览 0评论
Microsoft Dynamics AX 中对消息对话框和模态对话框均有良好支持,但同传统意义上的程序开发平台有一些自己的特性,本博文试图探究这些异同,给出标准化的实现方法,简化开发新手摸索新知识的路径。但本人水平有限,难免挂一漏万,欢迎各位AXe...
William 14年前 (2011-05-07) 3766浏览 0评论
Microsoft Dynamics AX 中对消息对话框和模态对话框均有良好支持,但同传统意义上的程序开发平台有一些自己的特性,本博文试图探究这些异同,给出标准化的实现方法简化开发新手摸索新知识的路径。但本人水平有限难免挂一漏万,欢迎各位AXer同...
William 14年前 (2011-05-05) 60591浏览 0评论
原文地址:http://farlee.info/archives/wordpress-postviews-stats.html WordPress默认不显示文章和页面的访客浏览次数,可以通过安装浏览次数统计插件来添加显示文章浏览量功能。大家推荐的是W...
William 14年前 (2011-05-01) 2252浏览 0评论
原文地址:http://www.cnblogs.com/daxnet/archive/2010/02/02/1686949.html X++代码中有个分号特别有意思,看起来像是把变量的声明段和代码部分分开了,便于编译器解析。我们会发现,有时候不加这个...
William 14年前 (2011-04-09) 2944浏览 0评论
在写代码的时候遇到一个非常奇怪的问题,感觉是AX类Application的setDefaultCompany和ChangeCompany方法冲突了。我要实现的功能很简单,从外部数据中读取数据,然后写到相关表中,因为外部数据表中包含多个公司的数据所以我...
William 14年前 (2011-04-09) 2699浏览 0评论
原文地址:http://www.cnblogs.com/Farseer1215/archive/2009/11/16/1603611.html 在AX2009里新增了一个关键字CrossCompany,这个关键字让查询多个公司的数据的语法变得简洁,如...