zoaoo

博客园 首页 新随笔 联系 订阅 管理

2017年9月15日 #

摘要: static void main(Args args) { THK_InterfaceDataExtract THK_InterfaceDataExtract; FormRun formRun = args.caller(); object callerForm... 阅读全文
posted @ 2017-09-15 14:41 zoaoo 阅读(112) 评论(0) 推荐(0) 编辑

2017年9月14日 #

摘要: static void RecordSortedList(Args _args) { SalesLine localSalesLine,fetchSalesLine; RecordSortedList recordSorteList = new RecordSortedList(tablenum(SalesLine)); ; r... 阅读全文
posted @ 2017-09-14 15:33 zoaoo 阅读(187) 评论(0) 推荐(0) 编辑

摘要: static void CreateAndPostSales(Args _args) { List il = new List(Types::Record); SalesTable localSalesTable; SalesLine localSalesL... 阅读全文
posted @ 2017-09-14 15:24 zoaoo 阅读(276) 评论(0) 推荐(0) 编辑

摘要: static void CreateAndPostInventJournal(Args _args) { InventJournalTable inventJournalTableLocal; InventJournalTrans inventJournalTransLocal; InventJournalCheckPo... 阅读全文
posted @ 2017-09-14 15:05 zoaoo 阅读(144) 评论(0) 推荐(0) 编辑

摘要: static void CreateAndPostPurch(Args _args) { List il = new List(Types::Record); DocumentNum DocumentNum; TmpFrmVirtual Tmp... 阅读全文
posted @ 2017-09-14 14:59 zoaoo 阅读(564) 评论(0) 推荐(0) 编辑

2017年4月25日 #

摘要: sysTableBrowser sysTableBrowser = new sysTableBrowser(); ; sysTableBrowser.setAllowEdit(true); sysTableBrowser.setAllowDelete(true); sysTableBrowser.Run(tableName2Id("InventTable")); 阅读全文
posted @ 2017-04-25 15:17 zoaoo 阅读(94) 评论(0) 推荐(0) 编辑

摘要: UnitConvert::qty(_deliverNow, salesLine.SalesUnit, salesLine.inventTable().inventUnitId(), salesLine.ItemId); 阅读全文
posted @ 2017-04-25 15:16 zoaoo 阅读(99) 评论(0) 推荐(0) 编辑

摘要: Session xSession = new xSession(); ; xSession.userId(); 阅读全文
posted @ 2017-04-25 15:16 zoaoo 阅读(115) 评论(0) 推荐(0) 编辑

摘要: static void example(Args _args) { SysQueryRun queryRun = new SysQueryRun(querystr(KTL_SalesData)); InventTable inventTable; ; if(queryRun.prompt()) { while ... 阅读全文
posted @ 2017-04-25 15:14 zoaoo 阅读(151) 评论(0) 推荐(0) 编辑

摘要: for (custInvoiceJourLocal = custInvoiceJour_ds.getFirst(true) ? custInvoiceJour_ds.getFirst(true) : custInvoiceJour; custInvoiceJourLocal; custInvoiceJourLocal = custInvoiceJour_ds.getNex... 阅读全文
posted @ 2017-04-25 15:14 zoaoo 阅读(339) 评论(0) 推荐(0) 编辑