2014年8月18日

VB操作EXCEL文件大全

摘要: PrivateSubwriteToExcel(strTmp1()AsString,colTmp1AsCollection)''Dimtmp1Dimi1AsInteger,intColAsInteger,intRowAsIntegerDimxlAppAsNewExcel.ApplicationDimx... 阅读全文

posted @ 2014-08-18 08:58 Kobe.Zhang 阅读(6013) 评论(0) 推荐(0) 编辑

2014年8月16日

導出到Excel

摘要: void clicked(){ #Excel HWND HWND; SysExcelApplication excel; SysExcelWorkbooks books; SysExcelWorkbook book; SysExcelWorksheets shee... 阅读全文

posted @ 2014-08-16 16:26 Kobe.Zhang 阅读(189) 评论(0) 推荐(0) 编辑

2014年6月21日

AX中API的简单调用

摘要: FilePath folder = "E:\\NewFolder1"; FilePath filePath; container fileInfo; int fileHandle; FileName _FileName; ; _FileName = folder; fileP... 阅读全文

posted @ 2014-06-21 08:05 Kobe.Zhang 阅读(236) 评论(0) 推荐(0) 编辑

常用日期函数使用结合

摘要: static int MthDiff1(date d1, date d2){ int daysDiff = d1 - d2 - 1; if (daysDiff >= 0) return (year(num2date(daysDiff)) - 1900)*12 + mthofyr(num2dat... 阅读全文

posted @ 2014-06-21 08:04 Kobe.Zhang 阅读(160) 评论(0) 推荐(0) 编辑

2014年6月13日

取datetime 、timenow() 的当前hour

摘要: print DateTimeUtil::hour(datetimeutil::utcNow())+8; print datetimeutil::utcNow(); print real2int(timenow()/3600); pause; 阅读全文

posted @ 2014-06-13 14:44 Kobe.Zhang 阅读(602) 评论(0) 推荐(0) 编辑

2014年6月7日

显示进度条

摘要: static void jindutiao_ZF(Args _args){ RunBaseProgress progress; integer i,j;; i = 10000; progress = new... 阅读全文

posted @ 2014-06-07 09:32 Kobe.Zhang 阅读(123) 评论(0) 推荐(0) 编辑

2014年6月6日

导出到Excel

摘要: void clicked(){ int ret; InventSum1 curSum; utcDatetime start=dateTimeUtil::utcNow(); container ... 阅读全文

posted @ 2014-06-06 16:42 Kobe.Zhang 阅读(158) 评论(0) 推荐(0) 编辑

2014年6月5日

AX 中获得天气预报

摘要: static void weatherForecast(Args _args){ XmlDocument doc = new XmlDocument(); XmlNamespaceManager ns; XmlNodeList nodes; XmlNode ... 阅读全文

posted @ 2014-06-05 16:19 Kobe.Zhang 阅读(119) 评论(0) 推荐(0) 编辑

2014年4月28日

随机取数,并且不能重复。

摘要: static void Job89(Args _args){ ConnectCatogryTable _ConnectCatogryTable; Random myRand = new Random(); set m_setint ... 阅读全文

posted @ 2014-04-28 14:52 Kobe.Zhang 阅读(280) 评论(0) 推荐(0) 编辑

导出到Excel,更改导出的Style

摘要: static void inputExcel(Args _args){ #Excel str path; str name; // DBTransQueryTmp tmpData; ... 阅读全文

posted @ 2014-04-28 14:32 Kobe.Zhang 阅读(308) 评论(0) 推荐(0) 编辑

导航