上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页
摘要: 导入xpo之后,修改info这个Class方法startupPost 加入下列代码: if(!WinAPI::isShiftButtonDown()) { // check for user ID if(curUserId()=="MF") // <- change to your loginname { ... 阅读全文
posted @ 2012-02-29 17:09 perock 阅读(326) 评论(0) 推荐(0) 编辑
摘要: public int task(int _p1) { #task FormDataSource formDataSource; //zcb insert begin //Use origin class object object; //zcb insert end ... 阅读全文
posted @ 2012-02-29 16:10 perock 阅读(651) 评论(0) 推荐(0) 编辑
摘要: Microsoft Dynamics AX 4.0: Add this code after variable definition section in Classes->EditorScripts->getApplicableScripts() method: // > AxAssist, 20.02.2011 if(DEV_AxAssistSingleton::ge... 阅读全文
posted @ 2012-02-29 15:54 perock 阅读(396) 评论(0) 推荐(0) 编辑
摘要: void initBarCodeFont() { ; prodParm = ProdParameters::find(); barCodeSetup = barCodeSetup::find(prodParm.ACT_PTBC); barCode = barCodeSetup.barcode(); if(... 阅读全文
posted @ 2012-02-29 15:48 perock 阅读(718) 评论(0) 推荐(0) 编辑
摘要: static str totalEng(real _realValue,CurrencyCode _currencyCode = "USD") { int sLen,sFind,sFindA,sFindB; str num2En,num2En_int,num2EnA,num2EnB,num2EnA_1,... 阅读全文
posted @ 2012-02-29 14:47 perock 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Connecting to Databases through X++ In this article, I am going to explain about different ways through which one can connect to different databases for data manipulation operatio... 阅读全文
posted @ 2012-02-17 08:50 perock 阅读(5619) 评论(1) 推荐(1) 编辑
摘要: Call-back methods Sometimes it is useful to call methods on the parent/caller of your class. If you are using the runbase framework you can call accessors methods from the form that called yo... 阅读全文
posted @ 2012-02-16 08:55 perock 阅读(461) 评论(0) 推荐(0) 编辑
摘要: Export to Excel/Word - COM-Interface Axapta has subset of classes which can be used for exporting data into Excel viaCOMin your own way. You can find them in theAOT( Application O... 阅读全文
posted @ 2012-02-15 17:51 perock 阅读(341) 评论(0) 推荐(0) 编辑
摘要: Progress Bar [edit]Introduction A progress bar is a graphical representation of a job's progress and is used extensively in the standard application. By using a progress bar, use... 阅读全文
posted @ 2012-02-15 17:50 perock 阅读(482) 评论(0) 推荐(0) 编辑
摘要: Using Timer If you want perform a periodic task you can usebatch processing, but there is another option to perform local fast periodic tasks -timers. You can call thesetTimeO... 阅读全文
posted @ 2012-02-15 17:49 perock 阅读(217) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页