摘要: public static boolean checkInputExist(str _inputStr,str _checkStr){ int byteLen; int errorPos; System.String checkB; int ii; boolean ret; checkB = _ch 阅读全文
posted @ 2017-03-10 16:42 Fog-Fog 阅读(124) 评论(0) 推荐(0) 编辑
摘要: public static boolean checkDoubleByteExist(str _inputStr){ str reg = @"[^\x00-\xff]"; // 正規表現 System.Text.RegularExpressions.Match myMatch; ; if(!_inp 阅读全文
posted @ 2017-03-10 16:37 Fog-Fog 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Question 1/5A Visual Studio project can belong to more than one model. Answers:TrueFalse Question 2/5What is a Dynamics AX model? Answers:A Visual Stu 阅读全文
posted @ 2017-02-27 17:28 Fog-Fog 阅读(531) 评论(0) 推荐(0) 编辑
摘要: //********************************************** //sheet copy abstract class SysExcelWorksheet extends SysExcel{ MSOfficeVersion version;} public SysE 阅读全文
posted @ 2017-02-27 09:26 Fog-Fog 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1 . InMemory tables 和 TempDB tables For InMemory tables, by using the setTmpData() method For TempDB tables, the linkPhysicalTableInstance() method re 阅读全文
posted @ 2017-01-17 11:28 Fog-Fog 阅读(424) 评论(0) 推荐(0) 编辑
摘要: static void AllDataSourcesInQuery(Args _args){ Args args = new Args(); Query query; QueryRun queryRun; counter i; ; query = new query(queryStr(CustCon 阅读全文
posted @ 2016-12-22 16:43 Fog-Fog 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Args args; FormRun formRun; MultiSelectionHelper selection; SNY_CustConsInvoice_Input CustConsInvoice_Input; ; args = new Args(formstr(SNY_CustConsInv 阅读全文
posted @ 2016-12-22 15:15 Fog-Fog 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Form: Sequence of Methods calls while opening the Form Form — init () Form — Datasource — init () Form — run () Form — Datasource — execute Query () F 阅读全文
posted @ 2016-12-21 19:22 Fog-Fog 阅读(215) 评论(0) 推荐(0) 编辑
摘要: PurchPrepayTable PurchPrepayTable; PurchTable purchTable = purchTable::find(Z_PurchId); PurchFormLetter purchFormLetter; ; ttsBegin; delete_from purch 阅读全文
posted @ 2016-12-08 12:19 Fog-Fog 阅读(223) 评论(0) 推荐(0) 编辑
摘要: public InventDimId createInventDim(ItemId _itemId, InventBatchId _inventBatchId, WMSLocationId _wmsLocationId, WMSPalletId _wmsPalletId, InventSerialI 阅读全文
posted @ 2016-12-08 12:15 Fog-Fog 阅读(134) 评论(0) 推荐(0) 编辑