上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 53 下一页
The following X++ code using to update system field values.Wrote by Jimmy Jan 20th 20111)Add the Static method(UpdateupdateSystemFieldValues) to the global class.2)Job invoking the global static method updateSystemFieldValues Read More
posted @ 2011-01-20 19:00 Fandy Xie Views(471) Comments(0) Diggs(0) Edit
static void Jimmy_DataBaseInfo(Args _args) { SqlSystem SqlSystem = new SqlSystem(); Session Session = new Session(); LoginProperty loginProperty = sqlSyste... Read More
posted @ 2011-01-13 10:58 Fandy Xie Views(388) Comments(0) Diggs(0) Edit
static void Jimmy_activateWindow(Args _args) { FormRun fr; Args args = new Args(); CustTable CustTable = CustTable::find("WIB-CHN"); ; args.name(formstr(CustTable)); ... Read More
posted @ 2011-01-13 10:57 Fandy Xie Views(331) Comments(0) Diggs(0) Edit
1: sp_who 或 sp_who2 ,sp_lock 2: Select * from sysprocesses where blocked 0 3: 企业管理器->服务器->管理工具->活动->当前活动 然后把他kill掉。。。 4:SQL事件探查器,监控一下,看主要是那些处理引起的死锁.然后做相应的处理. 用事件探查器new一个trace,监视一下造成你sqlserver停顿的情况。。。 最好的办法还是检查一下引起锁的原因,一般是由你的代码引起的sp_whosp_who2sp_lockkill 进程ID(如51) Read More
posted @ 2011-01-06 16:18 Fandy Xie Views(511) Comments(0) Diggs(0) Edit
· Beautiful dream comes true· Bring you Good wishes of happiness. This Christmas and on the coming year.· During this Season may the loy and love of Christmas be yours.· Each Christmas brings me wonderful thoughts and memories... and you get lots of presents, Oh well, Merry Christmas.· Greeting you Read More
posted @ 2010-12-31 21:39 Fandy Xie Views(751) Comments(0) Diggs(0) Edit
Merry Christmas! 圣诞快乐! Merry Christmas and a happy new year. 敬祝圣诞,恭贺新喜。Best wishes on this holiday season. 献上最诚挚的节日祝福。Wishing you and yours a merry Christmas this holiday season. 值此佳节,祝你全家圣诞快乐。 We wish you a merry Christmas. 我们祝你圣诞快乐。 Wishing you a beautiful holiday season. 节日愉快。 Happy holidays! 节日快 Read More
posted @ 2010-12-31 21:38 Fandy Xie Views(899) Comments(0) Diggs(0) Edit
(转自网络)今年春节,伴随着漫天飞舞的雪花,祝福的短信像春潮般涌来,营造了欢乐喜庆的节日氛围,使人感觉温馨。  腊月二十八晚上,漫天的雪花给大地披上了银装,我正为春节前没有好天气而感到遗憾时,朋友的一条短信顿时扫去了心中的阴霾:“如果一片雪花代表一份心意,那漫天的雪就是为你而下的,愿片片雪花带给你幸福和喜悦。提前祝你春节快乐。”  近年来,短信拜年作为新兴交流方式,正发挥着传统交流方式不能替代的作用,而成为最主要的拜年方式。在大年三十,众多创意独特、形式新颖、内容丰富的短信,伴随着清脆悦耳的手机铃声,纷至沓来,传遍千家万户。恭祝新春愉快,虎年吉祥,万事如 Read More
posted @ 2010-12-31 21:31 Fandy Xie Views(265) Comments(0) Diggs(0) Edit
Wrote by Jimmy on DEC 31 20101)Using x++ code export to CSV file from dynamics AX 2009 (TextBuffer)remark : must beinit setup file path.2)Using x++ code export to CSV file from dynamics AX 2009(TextBuffer)remark : dialog saved as csv file path3)Using x++ code export to CSV file from dynamics AX 2009 Read More
posted @ 2010-12-31 16:35 Fandy Xie Views(3459) Comments(0) Diggs(0) Edit
Using x++ code Reading to CSV filewrote by Jimmy on DEC31th 2010 Read More
posted @ 2010-12-31 16:21 Fandy Xie Views(510) Comments(0) Diggs(0) Edit
CascadeA cascading deletion action will delete all records in the related table, where the foreign key is equivalent to the primary key of the current table. That is, deleting the parent record will also delete the child record(s) in the related table.This cascading will take place whether the delet Read More
posted @ 2010-12-30 11:55 Fandy Xie Views(224) Comments(0) Diggs(0) Edit
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 53 下一页