['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getstate__', '__gt__', '__hash
原创 2021-08-13 14:30:09
872阅读
Today I want to talk about executing SQL statements in X++ on both the currentAX database and external databases. This is something probably every AX developer will have to do at some point.You’ll want to do this for many reasons; to execute stored procedures, to improve performance, to get data fro Read More
原创 2021-08-13 09:46:31
521阅读
MatplotlibMatplotlib 是Python中类似 MATLAB 的绘图工具,熟悉 MATLAB 也可以很快的上手 Matplotlib。1. 认识Matploblib1.1 Figure在任何绘图之前,我们需要一个Figure对象,可以理解成我们需要一张画板才能开始绘图。import matplotlib.pyplot as plt fig = plt.figure()1.2 Axe
Dynamics AX 是集多种功能于一身的企业资源计划(ERP)综合性解决方案,可在整个企业范围内提供实时联通服务。Dynamics AX 商务分析可与构成解决方案的其它功能模块(包括市场分销管理、生产、主计划、贸易采购和财务)实现信息交换,并围绕关键业务领域展开深入分析。 1)全球132个国家已有30多万的客户。 2)支持多公司、多语言和多币种。 3)在全球超过20年的用户服务经验,在中
原创 2012-06-11 10:05:58
526阅读
1. TuningMartin ZhenPrinciple technical consultant @ OutsourceAX DevelopmentMartin.zhen@outsourceax.com 2. About OutsourceAX DevelopmentOutsourceAX Development is an offshore Dynamics
原创 2021-08-13 10:53:09
238阅读
  
IT
转载 2017-09-16 16:55:00
53阅读
2评论
Insert some of Image to Database back on Dynamics AX 2009code as belowremark :
i++
原创 2021-08-13 10:48:33
58阅读
AX Word操作 发表于2007-11-8 0:30:03 void job(){    #define.wdLine(5)    #define.wdCharacter(1)     COM word = new COM("Word.Application");     COM documents;    COM document;    COM selection;    str  
转载 2021-08-13 11:24:50
192阅读
AX 4.0 or 2009 must be running on the server side,otherwise system will pop-up permissions request failed error message!remark by Jimmy July 13th 2010 Read More
原创 2021-08-13 10:52:24
127阅读
# Python中的ax和va ## 简介 在Python中,我们经常会遇到ax和va这两个概念。它们分别代表了在数据可视化中的两个重要概念:ax(坐标轴)和va(可视化元素)。本文将会对这两个概念进行详细的介绍,并通过代码示例来帮助读者更好地理解它们。 ## 什么是ax? 在Python的数据可视化库中,ax代表坐标轴。坐标轴是绘制图形的基本元素,它定义了图形的位置和范围。在绘制图形之前,我
原创 1月前
35阅读
# Python中如何加粗文本(text)? 在Python编程中,我们经常需要对文本进行格式化处理。其中一种常见的需求是给文本添加粗体效果。本文将介绍如何在Python中使用不同的方法给文本添加粗体效果,并提供具体的示例。 ## 方法一:使用Markdown语法 Markdown是一种轻量级的标记语言,常用于写作和文档编写。在Markdown中,可以使用特定的语法来给文本添加粗体效果。在P
原创 16小时前
0阅读
There are quite a few important keyboard shortcuts that can really save some time when entering data and moving around in AX 2012. One in particular – hitting the ESC key when you’re in a form – is one that new users don’t seem to get right away. I’ve seen a lot of records saved that shouldn’t have Read More
原创 2021-08-13 09:54:33
193阅读
Label & Language Read More
i++
原创 2021-08-13 10:44:10
149阅读
Wel all know the small dialog that gives the user usefull information about what is happening in Ax. In this post I will tell u some more about this.You can add information to the Infolog by calling:Infolog.add(…) info(…) warning(…) or checkfailed(…) error(…) You can add some structure in it by u Read More
原创 2021-08-13 11:11:48
416阅读
本文所讲的例子,可以很好地帮助我们理解线代的第二部分。 Fibonacci Numbers(\(AX=XΛ\)) 递归定义 \(F_{k+2} = F_{k+1} + F_{k}\) \(F_0 = 0\) \(F_{100}\) 系数矩阵$X$ 令通项 $u_k= \left[ \begin{ma ...
转载 2021-10-27 10:56:00
39阅读
2评论
After install Data import/export framework (DIXF, DMF) on AX 2012 R2 and above, we should make sure two following things readyThe "Microsoft Dynamics Ax Data Import Export Framework Service Users
原创 2014-12-02 11:11:44
977阅读
fig = plt.figure()ax = fig.add_subplot(1,1,1)fig, ax = plt.subplots(1,3),其中参数1和3分别代表子图的行数和列数,一共有 1x3个子图像。函数返回一个figure图像和子图ax的array列表。fig, ax = plt.subplots(1,3,1),最后一个参数1代表第一个子图。如果想要设置子图的宽度和...
原创 2021-08-13 09:51:49
490阅读
1) cmdrunas /user:domain\userName "d:\Program Files (x86)\Microsoft Dynamics AX\50\Client\Bin\AX32.exe"2)start service启动服务:runas, 或secondary
原创 2021-08-13 10:58:43
211阅读
      首先解释一下什么是Ax系统中的Label。起初我们的应用程序是为某个特定的国家的客户来编写的,而且这家客户只是在某个国家内进行交易,因此他们的语言是相同和单一的,在这样的前提下我们的应用程序只需要把客户能够理解的语言把系统的提示和界面上的信息显示出来即可。这样子就可以满足使用单一语言的客户了。接下来我们发现更多的特殊的客户需要我们的系统尤其是他们具有很多的跨国子公司,那么肯定在这些子
转载 2021-08-13 10:59:14
125阅读
  • 1
  • 2
  • 3
  • 4
  • 5