摘要: System.Data.DataSet ds = new System.Data.DataSet(); System.Data.DataTableCollection dtCollection = ds.get_Tables(); System.Data.DataTable table1 = new 阅读全文
posted @ 2021-08-21 15:01 学习是进步的阶梯 阅读(122) 评论(0) 推荐(0) 编辑
摘要: FastReport.Report report = new FastReport.Report(); FilePath filePath = @"C:\Test.frx"; Bitmap bitmap = FormLetter::companyLogo(); //从表中获取图片文件 Bindata 阅读全文
posted @ 2021-08-21 12:13 学习是进步的阶梯 阅读(157) 评论(0) 推荐(0) 编辑
摘要: static void ShowDate2Str(Args _args) { Date FrDate; ; FrDate = SystemDateGet(); info(date2str(FrDate,213,2,3,2,3,4)); //输出结果:05-26-2011 } Date2Str()参数 阅读全文
posted @ 2019-11-13 08:58 学习是进步的阶梯 阅读(179) 评论(0) 推荐(0) 编辑
摘要: static boolean listIn(List list, anyType element){ boolean ret = false; ListEnumerator listE = list.getEnumerator(); ; if (list.typeId() != typeof(ele 阅读全文
posted @ 2019-10-26 16:24 学习是进步的阶梯 阅读(361) 评论(0) 推荐(0) 编辑
摘要: static void Job102(Args _args){ System.IO.FileInfo fInfo; System.IO.DirectoryInfo di = new System.IO.DirectoryInfo("C:\\AOD back"); System.Collections 阅读全文
posted @ 2019-10-11 15:27 学习是进步的阶梯 阅读(219) 评论(0) 推荐(0) 编辑
摘要: job: static void Job117(Args _args){ Args localArgs; PurchReqId reqId = "XXXX"; FormRun formRun; PurchReqTable purchReqTable; ; localArgs = new Args(f 阅读全文
posted @ 2019-07-04 12:13 学习是进步的阶梯 阅读(232) 评论(0) 推荐(0) 编辑
摘要: SELECT Fdatetime, CONVERT(datetime, CONVERT(char(10), Fdatetime, 120) + ' ' + CONVERT(char(12), time1), 20) AS newdatetime, time1, DATEADD(mi, - FLOOR 阅读全文
posted @ 2019-06-22 11:46 学习是进步的阶梯 阅读(850) 评论(0) 推荐(0) 编辑
摘要: qty availQty(ItemId _PitemId,InventLocationId _InventLocationId,TransDate pointDate){ Query _Query; QueryRun _QueryRun; InventSum inventsum; InventDim 阅读全文
posted @ 2019-06-17 10:32 学习是进步的阶梯 阅读(160) 评论(0) 推荐(0) 编辑
摘要: “交”条件查询 不同字段 精确 queryExpression = '(InventTable.ItemName == "座") && (InventTable.ItemGroupID == "10")';qbds.addRange(fieldnum(InventTable, ItemId)).va 阅读全文
posted @ 2019-06-11 10:58 学习是进步的阶梯 阅读(299) 评论(0) 推荐(0) 编辑
摘要: static void lookupFiles(Args _args) { void findFile(str path,str filesExt,boolean subFolder=false) { int hdl; Filename filename; ; [hdl, filename] = W 阅读全文
posted @ 2019-06-11 07:03 学习是进步的阶梯 阅读(176) 评论(0) 推荐(0) 编辑