会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kang001
博客园
首页
新随笔
联系
订阅
管理
2021年11月
D365Excel Import
摘要: using OfficeOpenXml;using OfficeOpenXml.ExcelPackage;using OfficeOpenXml.ExcelRange;class ImportTEST extends RunBaseBatch{ Dialog dialog; str fileUrl;
阅读全文
posted @ 2021-11-04 20:51 kang001
阅读(90)
评论(0)
推荐(0)
2021年10月
多选下拉
摘要: [FormControlEventHandler(formControlStr(ProjTable, ProjTable_VyaWorkAddressCountry), FormControlEventType::Lookup)] public static void ProjTable_VyaWo
阅读全文
posted @ 2021-10-21 17:12 kang001
阅读(76)
评论(0)
推荐(0)
2020年11月
D365 转移单的流程(装箱-装运-接受-登记)
摘要: public void InventTranfer() { System.Exception ex; InventTransferUpd invTranUpd; InventTransferParmTable invTransParmTable; InventTransferParmTable in
阅读全文
posted @ 2020-11-11 14:03 kang001
阅读(326)
评论(0)
推荐(0)
D365 数据保存Excel
摘要: using System.Drawing;using DrawColor = System.Drawing.Color;using OfficeOpenXml;using OfficeOpenXml.Style;class SerializationMasterToExcel{ #File Form
阅读全文
posted @ 2020-11-05 20:06 kang001
阅读(211)
评论(0)
推荐(0)
2020年9月
Import File
摘要: class ImportProductReceiptData extends RunBase{ str gMessage; str fileUrl; FileName gFileName; Dialog dialog; DialogField gDialogFile; public Object d
阅读全文
posted @ 2020-09-22 14:55 kang001
阅读(244)
评论(0)
推荐(0)
公告