摘要:
static void main(Args args) { THK_InterfaceDataExtract THK_InterfaceDataExtract; FormRun formRun = args.caller(); object callerForm... 阅读全文
2017年9月15日 #
2017年9月14日 #
摘要:
static void RecordSortedList(Args _args) { SalesLine localSalesLine,fetchSalesLine; RecordSortedList recordSorteList = new RecordSortedList(tablenum(SalesLine)); ; r... 阅读全文
摘要:
static void CreateAndPostSales(Args _args) { List il = new List(Types::Record); SalesTable localSalesTable; SalesLine localSalesL... 阅读全文
摘要:
static void CreateAndPostInventJournal(Args _args) { InventJournalTable inventJournalTableLocal; InventJournalTrans inventJournalTransLocal; InventJournalCheckPo... 阅读全文
摘要:
static void CreateAndPostPurch(Args _args) { List il = new List(Types::Record); DocumentNum DocumentNum; TmpFrmVirtual Tmp... 阅读全文
2017年4月25日 #
摘要:
sysTableBrowser sysTableBrowser = new sysTableBrowser(); ; sysTableBrowser.setAllowEdit(true); sysTableBrowser.setAllowDelete(true); sysTableBrowser.Run(tableName2Id("InventTable")); 阅读全文
摘要:
UnitConvert::qty(_deliverNow, salesLine.SalesUnit, salesLine.inventTable().inventUnitId(), salesLine.ItemId); 阅读全文
摘要:
Session xSession = new xSession(); ; xSession.userId(); 阅读全文
摘要:
static void example(Args _args) { SysQueryRun queryRun = new SysQueryRun(querystr(KTL_SalesData)); InventTable inventTable; ; if(queryRun.prompt()) { while ... 阅读全文
摘要:
for (custInvoiceJourLocal = custInvoiceJour_ds.getFirst(true) ? custInvoiceJour_ds.getFirst(true) : custInvoiceJour; custInvoiceJourLocal; custInvoiceJourLocal = custInvoiceJour_ds.getNex... 阅读全文