[转]Microsoft Dynamics AX TTS中的异常处理
William 14年前 (2011-03-17) 2313浏览 0评论
原文地址:http://axdaily.blogspot.com/search?updated-max=2010-01-08T13%3A14%3A00%2B01%3A00&max-results=20 在TTS语句块中我们无法扑捉到异常: t...
ww12345678 的部落格 | AX Helper
William 14年前 (2011-03-17) 2313浏览 0评论
原文地址:http://axdaily.blogspot.com/search?updated-max=2010-01-08T13%3A14%3A00%2B01%3A00&max-results=20 在TTS语句块中我们无法扑捉到异常: t...
William 14年前 (2011-03-16) 2665浏览 0评论
原文地址:http://axdaily.blogspot.com/2010/04/deadlocks-with-number-sequences.html Number sequence cannot be set up and used in th...
William 14年前 (2011-03-15) 5136浏览 0评论
AX凭证来源和凭证中的摘要文本 Dynamics AX系统中的凭证可以大致分为两类,一类为财务人员在“总账->日志->普通记账日志”和“总账->日志->固定资产”中手工录入的凭证,另一类为系统其它模块在过账、确认等操作过程中由...
William 14年前 (2011-03-15) 5198浏览 0评论
在AX中你可以为某一物料指定一个标准成本价,今后所有该物料的出库/入库交易记录的成本值都按照该标准成本价计算。也即财务上所说的标准成本法。 标准成本在物料的库存模型组中设置,依次打开“库存管理->设置->库存->库存模型组”,在“库...
William 14年前 (2011-03-15) 3806浏览 0评论
介绍AX中的编号规则的使用 AX系统中的物料、销售订单、采购订单编号都可以通过灵活的设置使其支持手工或自动编号功能, 设置的方法很简单: 1. 依次打开“基本设置”->“设置”->“编号规则” 2. 在打开的“编号规则”窗体中新建一条...
William 14年前 (2011-03-10) 4008浏览 0评论
博客照片很多?上传和管理图片太烦?想幻灯显示相册?在博客中任意插入动态图片效果?…… 你和我一样,需要NextGEN Gallery,最强WordPress相册插件! 其实网上可以搜到不少关于这个插件的介绍,不过我觉得都不够详细清楚,自己学习的时候也...
William 14年前 (2011-03-10) 4235浏览 0评论
图册: [nggallery id=2] 转载请注明:ww12345678 的部落格 | AX Helper » 测试 NextGEN Gallery 图片插件
William 15年前 (2011-03-10) 4423浏览 0评论
数据是网站的灵魂,做为一个站长,要养成定时备份网站的习惯,这样在出现一些不可预料的状况时可以第一时间重新恢复你的网站。园子在以前与大家分享过WordPress 数据备份教程,文章里提到的备份方法是通过FTP和phpMyAdmin来完成的,今天园子给大...
William 15年前 (2011-03-10) 1901浏览 0评论
使用WordPress的一个必备技能就是备份数据,尤其是我们当前的这个大环境下,内部的服务器随时面临着被河蟹的危险,外部的服务器又不得不承受GFW的考验,在这样的形势下,备份数据就成了每一位博主必须编入日程的工作。 然而,在长期使用WordPress...
William 15年前 (2011-03-10) 2488浏览 0评论
修改WordPress安装目录/wp-includes/formatting.php文件,找到以下4行代码: // static strings $curl = str_replace($static_characters, $static_repl...
William 15年前 (2011-03-10) 2906浏览
wp-codebox是一个国人制作的代码高亮显示插件,支持多种语言、代码下载、复制到剪贴板、代码框收放及后台默认属性设置。wp-codebox语法非常的简单,下面就为大家介绍wordpress代码高亮插件wp-codebox使用方法(包含语法详解)。...
Kevin Roos 15年前 (2011-01-21) 2262浏览
Hi, *Edit Microsoft has released a fix for this problem contact support for this* As all of you know the Image class in Dynam...
Kevin Roos 15年前 (2010-12-03) 1980浏览
Hi, A customer of mine asked me to change the font of some reports to Calibri. It all went well until we saved a report as PD...
Kevin Roos 15年前 (2010-11-20) 1878浏览
Hi all, Here is a little code snippet for you to take screen shots within a Dynamics Ax client. public void run(FormContr...
Kevin Roos 15年前 (2010-10-07) 2152浏览
Hello, This post will be all about printing from printers that are connected on the AOS instead of the client. First up is in...
Kevin Roos 15年前 (2010-08-14) 1925浏览
Hi, Ever had this error “The exception unknown software exception (0xc0000417) occured in the application at 0x00a13c18...
Kevin Roos 15年前 (2010-08-03) 1739浏览
Hi there, here is a simple job to enable SQL tracing for all your users, this quite handy for optimizing queries. (The macro&...
Kevin Roos 15年前 (2010-07-30) 3456浏览
Hi, Next post will be a little tutorial on how the RunBaseBatch framework can work multithreaded. For example in the SalesFor...
Kevin Roos 15年前 (2010-07-29) 1792浏览
Hi, Here is a simple code snippet to create Batch jobs from code. This convenient when starting a heavy load job from a user ...
William 15年前 (2010-07-24) 2062浏览 0评论
During MS Dynamics AX internship activities at Arab Academy for Science & Technology M.Samy and myself ha...