上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 53 下一页
Remark by Jimmy on June 4th 2010 amAccording to the user's cost profit center set limit to subscribers,So that the largest number of user login to control the ERP.X++ code below as:the method inside o... Read More
posted @ 2010-06-04 10:08 Fandy Xie Views(377) Comments(0) Diggs(0) Edit
with X++ JobsCreated field method on datasource in AX Form代码 Read More
posted @ 2010-06-03 14:16 Fandy Xie Views(355) Comments(0) Diggs(0) Edit
In my requirement,.there should be an alert(red color any thing ) on the form as soon as "ID"( field) value cross the Dimension type. How to do ..is there any thing is in existing system.Handled as be... Read More
posted @ 2010-05-28 09:32 Fandy Xie Views(430) Comments(0) Diggs(0) Edit
找一份满意的工作吗? 面试中面对外国老板连珠炮似的提问, 有没有觉得心慌意乱、无所适从?求职过程中面试尤为重要,回答问题,如果能简明扼要,真诚中肯,合乎老 外口味,那么录取机会必定大大增加。当然,有的问题,也要轻描淡写,以免言多必失。本篇摘录了若干面试中出现频率较高的问题及精彩回答,希望能在您求职路上助您一臂之力。   Q: Can you sell yourself in two minutes? Go for it. (你能在两分钟內自我推荐吗?大胆试试吧!) A: With my qualifications and experience, I feel I am hardworking Read More
posted @ 2010-05-23 13:06 Fandy Xie Views(229) Comments(0) Diggs(0) Edit
近几周,一份反映 Netflix 公司企业文化的报告在网上广为流传。这份报告里列举了很多Netflix公司里令人称赞的做法,包括这个公司是如何的招聘和辞退员工的。里面有大量的信息是描述Netflix公司是怎样对待员工的,这使Netflix公司变成了一个很有吸引力的工作场所。报告里面提到过有一个关于员工所期望的内容的清单,但没有把清单列出来。报告的开始部分就谈及了企业价值问题,而且是按照员工的立场角度写的,可惜并没有把这个问题展开。 我并不在Netflix工作——你也知道 (我在 Yahoo!工 作)——但我深切的感觉到,不管你在哪里工作,成为一个优秀的员工、优秀的软件开发工程师的过程是一... Read More
posted @ 2010-05-23 12:20 Fandy Xie Views(220) Comments(0) Diggs(0) Edit
following Code is Chinese date time conver to Common calendar and Common Calendar conver to Chinese Calendar method. FYI. Author : Jimmy xieWrite date : 2010-April - 14static void Jimmy_ChineseLunisolarDate(Args _args){ Dialog dlg = new Dialog("Calendar conver to Chinese Lunisola... Read More
posted @ 2010-04-14 10:36 Fandy Xie Views(398) Comments(0) Diggs(0) Edit
Bypass warning message when sending email from AXOriginal text From : http://ax2009.spaces.live.com/blog/cns!27F885F1361EDC5!139.entryQuestion:How can I bypass the warning message belowwhen I send the email from AX?"A program is trying to access e-mail address information stored in Outlook...&q Read More
posted @ 2010-04-13 15:15 Fandy Xie Views(527) Comments(0) Diggs(0) Edit
The following X++ Code is used to running Object in AOT.remak by Jimmy on 2010-04-08static void Jimmy_runAOTObeject(Args _args){ TreeNode treeNode; #AOT xInfo xInfo = new xInfo();; treeNode = treeNode::findNode(#FormsPath); treeNode = treeNode.AOTfindChild("VendTable"); tr... Read More
posted @ 2010-04-08 17:34 Fandy Xie Views(134) Comments(0) Diggs(0) Edit
static void Jimmy_FindFileType(Args _args){ #File #WinAPI Dialog dlg = new Dialog("Please selected Path and file Extension"); DialogField dlgFile = dlg.addField(typeid(filePath)); DialogField dlgType = dlg.addField(typeid(filenameType)); filePath filePath; int ... Read More
posted @ 2010-04-07 17:31 Fandy Xie Views(280) Comments(0) Diggs(0) Edit
Sometimes, we need Morthx X++ code to run batch reports to PDF Printer, so I wrote the following code as a backup for future workstatic void Jimmy_ReportPrintToPDF(Args _args){ Args args; ReportRun rr; str reportName = "Your Report Name"; FilePath ... Read More
posted @ 2010-04-07 10:30 Fandy Xie Views(187) Comments(0) Diggs(0) Edit
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 53 下一页