上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 53 下一页
Reference X++ codeFileName FileName; FileNameFilter Filter = ["CSV file", "*.csv"]; #WinAPI; FileName = winapi::getSaveFileName(infolog.hWnd(), filter, WinAPI::getFolderPath(#CSIDL_Personal), "Save as CSV file","csv",element.design().caption()); if(!FileName) Read More
posted @ 2011-11-23 16:42 Fandy Xie Views(621) Comments(0) Diggs(0) Edit
是否曾在电子邮件或信件中看到不理解的奇怪缩写词? 它们表示什么? 下面提供一个有用列表,以着重介绍该主题。 一些标有 * 的缩写也会用在日常对话中。a/c: account(帐户)的缩写(“Re. the American a/c, …(关于美国帐户...)”)AGM*: annual general meeting(年会)的缩写(“TBD at next AGM in March(在三月份的下一次年会上待定)”,发音为 “ay-gee-em”)AOB: any other business(任何其他事务)的缩写(通常用在会议日程的末尾)approx.: approximately(大约)的. Read More
posted @ 2011-11-22 17:56 Fandy Xie Views(2334) Comments(0) Diggs(0) Edit
阿尔巴尼亚 Albania AL ALB 008 阿尔马尼亚共和国 Republic of Albania 阿尔及利亚 Algeria DZ DZA 012 阿尔及利亚民主人民共和国 Democratic People's Republic of Algeria 阿富汗 Afghanistan AF AFG 004 阿富汗伊斯兰国 Islamic State of Afghanistan 阿根廷 Argentina AR ARG 032 阿根廷共和国 Republic of Argentina 阿闻酋 United Arab Emirates AE ARE 784 拉伯联合酋长国 Un Read More
posted @ 2011-11-22 12:53 Fandy Xie Views(6910) Comments(0) Diggs(0) Edit
出处:多特软件站 时间:2010-11-15http://www.duote.com/tech/3/7756.html#contentbody核心提示:Win7比Vista要好,因为它有很多新的功能。不幸的是其中的一些功能并不是很容易被人们所发现,所以我们把其中的一些最重要的技巧和窍门创建成一个列表并且一步一步的向大家进行介绍。Win7比Vista要好,因为它有很多新的功能。不幸的是其中的一些功能并不是很容易被人们所发现,所以我们把其中的一些最重要的技巧和窍门创建成一个列表并且一步一步的向大家进行介绍。 1. 电脑守卫 我很少让其他人使用我的电脑,因为我怕他们会把它弄的乱七八糟的,但是看... Read More
posted @ 2011-11-18 16:23 Fandy Xie Views(243) Comments(0) Diggs(0) Edit
01)using TextBuffer class handleTextBuffer//1,使用TextBuffer从Ax2009中导出数据到CSV文件中://http://www.qiuhao.com/forum-redirect-tid-13763-goto-lastpost.html#lastpoststaticvoidJimmy_ExportToCSVFile01(Args_args){TextBuffertextBuffer=newTextBuffer();InventTableinventTable;FileIoPermissionperm;counterLines;#define Read More
posted @ 2011-11-09 20:53 Fandy Xie Views(505) Comments(0) Diggs(0) Edit
//Changedon08十一月2011at17:08:25byJimmyXiestaticUTCDateTimedateTimeNull(){UTCDateTimeutc;;utc=1900-01-01T00:00:00;//orutc=DateTimeUtil::parse("1900-01-01T00:00:00");//orutc=str2datetime("1900/1/100:00:00am",321);returnutc;} Read More
posted @ 2011-11-08 17:11 Fandy Xie Views(301) Comments(0) Diggs(0) Edit
/// <summary>/// 完整转换函数,输出全拼的结果/// </summary>/// <param name="CnString">传入的中文字符串</param>/// <returns>转换出的拼音组合</returns>public static string FullConvert(string CnString){ byte[] btArray = new byte[2]; int cAscii = 0; short idx1, idx2; StringBuilder sbResu Read More
posted @ 2011-11-08 13:59 Fandy Xie Views(242) Comments(0) Diggs(0) Edit
Sometimes, We start out in the PurchTable form where we, by clicking a button, calls a class with the help of a menu item. The menu item has been given the datasource PurchTable.The called class updates the record that was selected in the PurchTable, but when this is done the user cannot see the cha Read More
posted @ 2011-10-09 15:07 Fandy Xie Views(395) Comments(0) Diggs(0) Edit
New Start,New Hope...2011-08-15 Read More
posted @ 2011-08-15 22:05 Fandy Xie Views(147) Comments(0) Diggs(0) Edit
Sometimes, I want to find all the table field and modify or remove data with the EDT from AOT - > dictionary.staticvoidJimmy_FindEDTFromDictionary(Args_args){inti,counter;intnumberOfFields;DictionaryDictionary=newDictionary();DictFieldDictField;DictTableDictTable;//CommonCommon;fieldIdfieldId01,f Read More
posted @ 2011-08-11 20:36 Fandy Xie Views(1305) Comments(0) Diggs(0) Edit
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 53 下一页