摘要:
static void Job649(Args _args) { ItemId ItemId = "000XA00612R1"; InventDimId InventDimId = "K00811600"; InventQty qty ... 阅读全文
2017年4月25日 #
摘要:
HelpGenerator helpGenerator; ; helpGenerator = infolog.helpGenerator(); helpGenerator.showURL("ApplDoc://Forms/ChangeRouteTable"); 阅读全文
摘要:
UserInfoHelp::userInUserGroup(curuserid(), "Admin") EmplTable::userId2EmplId(curuserid()); EmplTable::EmplId2Name(EmplId); System.Environment::get_UserName() WinAPI::getUserName() 阅读全文
摘要:
Dialog dialog = new Dialog("@SYS1052"); DialogField dialogFileName; ; dialogFileName = dialog.addField(typeid(FilenameOpen),"@SYS16423"); if (dialog.run()) ... 阅读全文
摘要:
void KTL_CPeng_ImportCustStamp() { str file; FileNameFilter filter = ["@SYS57521",'*.xlsx', "@SYS101541",'*.xls']; COMVariant COMVariant1; SysExcelA... 阅读全文
摘要:
List list = new List(Types::Class); CustTable custTable; while select custTable { list.addEnd(Tutorial_Comparable::newCustTable(custTable)); } return list; List li... 阅读全文
摘要:
Currency::curAmount(9.23,"HKD"); Currency::curAmount2CurAmount(9.23,"RMB","HKD",systemdateget()); Currency::mstAmount(9.23,"RMB"); Currency::exchRate("HKD"); Companyinfo::standardCurrency(); 阅读全文
摘要:
formrun.owner().GetItemId() if (fr.name() == formstr(inventTransEditDimensions) || fr.name() == formstr(inventTrans)) callerForm.doFindRecord(); else callerForm.doResearch(); QBDSInve... 阅读全文
摘要:
static void Job1(Args _args) { ; info(InventDim::find("D00000001").preFix()); } public void write() { super(); inventDim.data(InventDim::find(KTL_MaterialDetect.InventDimId))... 阅读全文
摘要:
static void KTL_DBSynchronize(Args _args) { Dictionary dict; int idx, lastIdx, totalTables; TableId tableId; Application application; SysOperationProgress progress; Sta... 阅读全文