上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: Expressions in query ranges One of least understood but most powerful Axapta features is the so-calledExpressions in query rangessyntax. This isnotthe same as simply using a Query... 阅读全文
posted @ 2012-02-15 17:44 perock 阅读(452) 评论(0) 推荐(0) 编辑
摘要: FTP from Axapta fromDevelopment Axaptaby (Dahlsgaard Jan) add at theclass declarationof theWinInet classthe following: DLLFunction internetConnect;DLLFunction ftpGetFi... 阅读全文
posted @ 2012-02-15 17:41 perock 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Map Class Map (Foundation class)consist of a data set that contains a key and a corresponding value, where the key is unique. The key and the value need not be from the same data typ... 阅读全文
posted @ 2012-02-15 17:40 perock 阅读(929) 评论(0) 推荐(0) 编辑
摘要: Box class Box is a class used for showing an information- or confirmation box to the user. [edit]Example if (Box::yesNo("Is it safe to delete this?", DialogButton::No, "Delete inventory") == Dialog... 阅读全文
posted @ 2012-02-15 17:39 perock 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Set Class Set consist of a data set that contains values of the same type, where value is unique. A Set is alway sorted on the value. Contents [hide] 1 How to use 1.1 Define ... 阅读全文
posted @ 2012-02-15 17:35 perock 阅读(373) 评论(0) 推荐(0) 编辑
摘要: static void NJ_MF_Test_ExcelIoTest(Args _args) { ExcelIo io; #Excel dialogField dialogFilename; Dialog dialog = new Dialog("Excel Upload"); container con; ;... 阅读全文
posted @ 2012-02-15 16:49 perock 阅读(1445) 评论(0) 推荐(0) 编辑
摘要: Edit方法参数个数可以有两个也可以有三个,如果有三个参数那么第二个参数一定要是Table edit NoYes markLine(boolean _set, InventTable _table, NoYes _value) { if (_set) { //Add or remove the selected line from th... 阅读全文
posted @ 2012-02-15 16:17 perock 阅读(319) 评论(0) 推荐(0) 编辑
摘要: void updateDesign() { FormDataObject fldItemName; // Only allow the item name to be modified if it's a service item // // Notice that this effects the controls both on the... 阅读全文
posted @ 2012-02-15 15:16 perock 阅读(315) 评论(0) 推荐(0) 编辑
摘要: public void displayOption(Common _record, FormRowDisplayOption _options) { GridColours gridColoursLocal = _record; ; super(_record, _options); // If highlight flag is set,... 阅读全文
posted @ 2012-02-15 14:04 perock 阅读(459) 评论(0) 推荐(0) 编辑
摘要: SysEmailBatch The SysEmailBatch class is used for sending emails from Axapta. SysEmailBatch mailer; mailer = SysEMailBatch::construct();mailer.parmPriority(emailPriority::Normal);mailer.parmSender... 阅读全文
posted @ 2012-02-15 12:56 perock 阅读(257) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页