上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 53 下一页
During development you may encounter one of these. This usually leaves your Ax session in an unusable state that you can’t close properly. However, there’s no need to get out the big guns ... Read More
posted @ 2010-11-26 22:32 Fandy Xie Views(220) Comments(0) Diggs(0) Edit
There are methods in AX which allow to encrypt and decrypt data easily. Those methods are WinAPIServer::cryptProtectData() for encryption and WinAPIServer::cryptUnProtectData() for decryption. As inpu... Read More
posted @ 2010-11-25 14:26 Fandy Xie Views(488) Comments(0) Diggs(0) Edit
static void Jimmy_FindoutFolderSubFiles(Args _args) { /***** The functions is used to find out specified the folder for all the files Worte by Jimmy on Nov. 25th 2010 */ System.IO.DirectoryInfo D... Read More
posted @ 2010-11-25 09:04 Fandy Xie Views(241) Comments(0) Diggs(0) Edit
static void Jimmy_FileTextIoWriteRead(Args _args) { TextIo txIoRead,txIoWrite; FileIOPermission fioPermission; container ConData; int xx,LenD... Read More
posted @ 2010-11-24 17:35 Fandy Xie Views(1130) Comments(0) Diggs(0) Edit
The following X++ code is tested in Dynamics AX 2009 development environment!Wrote by : Jimmy Nov 24th 2010 Read More
posted @ 2010-11-24 16:52 Fandy Xie Views(435) Comments(0) Diggs(0) Edit
static void Jimmy_priceDiscTableFromMOQ(Args _args) { priceDiscTable priceDiscTable; test test; int i; ; ttsbegin; test.selectForUpdate(true); while se... Read More
posted @ 2010-11-24 15:36 Fandy Xie Views(356) Comments(0) Diggs(0) Edit
static void Jimmy_resetUserData(Args _args) { DialogButton button; SysLastValue sysLastValue; Dialog Dialog = new Dialog("@SYS70748"); DialogField dlg = Dialog.a... Read More
posted @ 2010-11-24 15:30 Fandy Xie Views(263) Comments(0) Diggs(0) Edit
When we use the Dynamics AX to send email, sometimes we will run into an CDO.Message issue with error message Method ‘send’ in COM object of class ‘CDO.Message’ returned error code 0×80040211 (unknown) which means: unknown.The error codes listed below are really useful when troubleshooting the i Read More
posted @ 2010-11-22 09:50 Fandy Xie Views(2141) Comments(0) Diggs(0) Edit
1)Method 1 useing X++ Code creating Number sequence module. wrote by Jimmypublic static void Jimmy_NumberSequences(){ NumberSequenceTable numberSequenceTable; NumberSequenceReference numberSequenceReference; NumberSequenceCode NumberSequence = "WHS_PDJ"; Name Txt = "PO Delivery Journa Read More
posted @ 2010-11-15 08:35 Fandy Xie Views(989) Comments(0) Diggs(0) Edit
/***Our client asked for a job to remove the identical copy from VAR layer.For some unknown reason, some AOT objects are touched in VAR layer but actually are identical copy. When the developer compar... Read More
posted @ 2010-11-12 13:55 Fandy Xie Views(360) Comments(0) Diggs(0) Edit
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 53 下一页