会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zoaoo
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
2
3
下一页
2017年4月25日
#
AX_InventCounting
摘要: static void Job649(Args _args) { ItemId ItemId = "000XA00612R1"; InventDimId InventDimId = "K00811600"; InventQty qty ...
阅读全文
posted @ 2017-04-25 15:13 zoaoo
阅读(197)
评论(0)
推荐(0)
AX_UserInfo
摘要: UserInfoHelp::userInUserGroup(curuserid(), "Admin") EmplTable::userId2EmplId(curuserid()); EmplTable::EmplId2Name(EmplId); System.Environment::get_UserName() WinAPI::getUserName()
阅读全文
posted @ 2017-04-25 15:12 zoaoo
阅读(115)
评论(0)
推荐(0)
AX_HelpGenerator
摘要: HelpGenerator helpGenerator; ; helpGenerator = infolog.helpGenerator(); helpGenerator.showURL("ApplDoc://Forms/ChangeRouteTable");
阅读全文
posted @ 2017-04-25 15:12 zoaoo
阅读(158)
评论(0)
推荐(0)
AX_Dialog
摘要: Dialog dialog = new Dialog("@SYS1052"); DialogField dialogFileName; ; dialogFileName = dialog.addField(typeid(FilenameOpen),"@SYS16423"); if (dialog.run()) ...
阅读全文
posted @ 2017-04-25 15:11 zoaoo
阅读(296)
评论(0)
推荐(0)
AX_SysExcel
摘要: void KTL_CPeng_ImportCustStamp() { str file; FileNameFilter filter = ["@SYS57521",'*.xlsx', "@SYS101541",'*.xls']; COMVariant COMVariant1; SysExcelA...
阅读全文
posted @ 2017-04-25 15:10 zoaoo
阅读(195)
评论(0)
推荐(0)
AX_List
摘要: List list = new List(Types::Class); CustTable custTable; while select custTable { list.addEnd(Tutorial_Comparable::newCustTable(custTable)); } return list; List li...
阅读全文
posted @ 2017-04-25 15:09 zoaoo
阅读(174)
评论(0)
推荐(0)
AX_Currency
摘要: Currency::curAmount(9.23,"HKD"); Currency::curAmount2CurAmount(9.23,"RMB","HKD",systemdateget()); Currency::mstAmount(9.23,"RMB"); Currency::exchRate("HKD"); Companyinfo::standardCurrency();
阅读全文
posted @ 2017-04-25 15:05 zoaoo
阅读(187)
评论(0)
推荐(0)
AX_Function
摘要: formrun.owner().GetItemId() if (fr.name() == formstr(inventTransEditDimensions) || fr.name() == formstr(inventTrans)) callerForm.doFindRecord(); else callerForm.doResearch(); QBDSInve...
阅读全文
posted @ 2017-04-25 15:04 zoaoo
阅读(478)
评论(0)
推荐(0)
AX_InventDim
摘要: static void Job1(Args _args) { ; info(InventDim::find("D00000001").preFix()); } public void write() { super(); inventDim.data(InventDim::find(KTL_MaterialDetect.InventDimId))...
阅读全文
posted @ 2017-04-25 15:00 zoaoo
阅读(172)
评论(0)
推荐(0)
AX_DbSynchronize
摘要: static void KTL_DBSynchronize(Args _args) { Dictionary dict; int idx, lastIdx, totalTables; TableId tableId; Application application; SysOperationProgress progress; Sta...
阅读全文
posted @ 2017-04-25 14:13 zoaoo
阅读(169)
评论(0)
推荐(0)
上一页
1
2
3
下一页
博客园
© 2004-2025
浙公网安备 33010602011771号
浙ICP备2021040463号-3