摘要: static void job22(Args _args) { inventtable it; int a,b,c,d; void setpre1() { setprefix("preFix1"); info("p... 阅读全文
posted @ 2011-09-20 11:20 perock 阅读(932) 评论(0) 推荐(0) 编辑
摘要: display transdate dispReceDate(ACT_tmpProductionWIPMaterial _ACT_tmpProductionWIPMaterial) { ACT_JobTable _Table; ACT_JobTrans _Trans; ... 阅读全文
posted @ 2011-09-20 11:17 perock 阅读(237) 评论(0) 推荐(0) 编辑
摘要: void importxls() { #AviFiles str s,tempStr; int i,cnt,fieldCount; contain... 阅读全文
posted @ 2011-09-20 11:14 perock 阅读(295) 评论(0) 推荐(0) 编辑
摘要: static void ExInventMaterialType(Args _args) { InventTable _invent; #AviFiles str s,tempStr; ... 阅读全文
posted @ 2011-09-20 11:10 perock 阅读(588) 评论(0) 推荐(0) 编辑
摘要: void runWrkCtr() { NJ_WIP _NJ_WIP; ACT_tmpProductionWIPMaterial _tmpWIP; Int I, ctr = 0; ProdTable _ProdTable; str tmps... 阅读全文
posted @ 2011-09-15 09:46 perock 阅读(434) 评论(0) 推荐(0) 编辑
摘要: void startupPost() { int counter; int maxUserSessions = 1; int maxAdminSessions = 4; int num = 0; ... 阅读全文
posted @ 2011-08-29 10:52 perock 阅读(363) 评论(0) 推荐(0) 编辑
摘要: args args; FormRun fr; ; args = new args(formstr(NJ_MF_PickRoute)); fr = ClassFactory.formRunClass(args); fr.init(); fr.run(); fr.wait(); 当一个窗体调用一另窗体后,需在另一窗体关闭之后,该窗体方才能被关闭 阅读全文
posted @ 2011-08-16 08:42 perock 阅读(184) 评论(0) 推荐(0) 编辑
摘要: this.PicId = NumberSeq::newGetNumFromCode('PicId',true).num(); 阅读全文
posted @ 2011-08-10 15:46 perock 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 其实AX中条形码就是一种特殊有字体,如下代码中,将barCode的Font属性设成BC I25 Narrow字体后,打印出来的内容将以条形码显示。 (此处Barcode是StringEdit) public boolean fetch() { // boolean ret; // ret = super(); ; m_BarCodeSetup = barCodeSetup::find("... 阅读全文
posted @ 2011-08-10 12:05 perock 阅读(673) 评论(0) 推荐(0) 编辑
摘要: static void Update(thread t) { CCADOConnection connection; str strSQL; CCADOCommand Command; CCADORecordSet RSet; InventTable it; SysOperationProgress simpleProgress; int i,RecCount; ; c... 阅读全文
posted @ 2011-08-10 10:19 perock 阅读(276) 评论(0) 推荐(0) 编辑