随笔分类 - Dynamics ax
摘要:Axapta ax; AxaptaRecord custtable; AxaptaObject query; ...
阅读全文
摘要:AxaptaObject axQuery = ax.CreateAxaptaObject("Query"); AxaptaObject axQueryBuildDataSource1 = axQuery.Call("addDataSource", 175) as AxaptaObject; AxaptaObject axQueryBuildDataSource2 = axQueryBu...
阅读全文
摘要:Flush the AOS cache from code Well while working on a current project an associate of mine, partner in crime on the current project named Ed (from Stream Line), shared with me a very nice little tric...
阅读全文
摘要:static void OutputLicenseToText(Args _args){ #define.licenseVersion(2) #define.KeywordLen(20) #define.keywordLicense('License') #define.keywordProperties('Properties') #define.keywordCo...
阅读全文
摘要:给display字段增加筛选功能void context(){ int selectedMenu; real test; formrun fr; Args ag; Itemname strtext; querybuilddataSource qb1; queryrun qr; query q; PopupMenu menu = new Popu...
阅读全文
摘要:浅谈Dynamics AX2009生产订单各操作流程 作者: 大卫王 生产模块是MBS核心模块之一,其集成了生产发料,退料,生产排程,生产工序,生产报工,生产成本核算等重要流...
阅读全文
摘要:public server static void Main(args _args){ BinData binData = new BinData(); Container con; myClass myclass; FileIoPermission perm; Filename ...
阅读全文
摘要:第一步:查找AOT中的系统类:NumberSeqReference_Bank类(在银行中这个窗体中借助下添加实例:便于查找)第二步:将此类拖动到自己所建项目的类(classes)中第三步:点开“银行“,在左侧窗体链接中找到”参数设置“;第四步:打开自己的项目的:classes—》NumberSeqReference_Bank—》loadModule方法第五步:在最后复制一例在最后:numRef.D...
阅读全文
摘要:FTP from Axapta fromDevelopment Axaptaby (Dahlsgaard Jan) add at theclass declarationof theWinInet classthe following: DLLFunction internetConnect;DLLFunction ftpGetFi...
阅读全文
摘要:FilenameFilter filter = ['Image Files', '*.bmp;*.jpg;*.gif;*.jpeg']; BinData binData = new BinData(); str extest, filepath, nameofFile; ; super(); imageFilePathName = WinAPI::getOpe...
阅读全文
摘要:修改主窗体标题 Configuration in title bar Configuration in title bar One common complaint with Dynamics AX 4.0 is that it is not possible for the user to determine in which environment...
阅读全文
摘要:public void modified(){ CustTable curCustTable; Address address,invoiceAddress,mailAddress; JaxInvoiceAddress curjaxaddress,curaddress;; if(JaxInvoiceTable.EajMiddl...
阅读全文
摘要:static real Round5s6r(real _arg,int _digital){ int digital; real arg; ; digital = power(10,_digital); return rounddowndec((_arg * digital + 0.4) / digital,_digital); }
阅读全文
摘要:public int showContextMenu(int _menuHandle){ int ret; int myItemIdx; PopupMenu popupMenu = PopupMenu::create(_menuHandle, this.hWnd()); ; myItemIdx = popupMenu.insertItem("Click here");...
阅读全文
摘要:Voucher newVoucher(LedgerJournalTable _ledgerJournalTable) { Voucher lVoucher; ; lVoucher = new JournalVoucherNum(JournalTableData::newTable(_ledgerJournalTable)).getNew(fa...
阅读全文
摘要:public static void setControl(ReportShapeControl _shape,ReportBitmapControl _bitmap,ItemId _itemId,BomId _bomId = ""){ ItemId curItemId; BomId curBomId; InventBatc...
阅读全文
浙公网安备 33010602011771号