vaillancourtm.blogspot.com
Matt Vail: AX, Android, Emulation.... What now?!
http://vaillancourtm.blogspot.com/2010/06/ax-android-emulation-what-now.html
Friday, June 4, 2010. AX, Android, Emulation. What now? So much to do. so little time! This little blog of mine never really took off and for the most part, I'm the only one to blame. It's not that I don't want to keep it updated, it just hasn't been anywhere near my top priorities this year (or the last few years for that matter :p). Well, are things about to change? Subscribe to: Post Comments (Atom). COM error when exporting data. Forms not saving user layout changes. View my complete profile.
vaillancourtm.blogspot.com
Matt Vail: New website!
http://vaillancourtm.blogspot.com/2011/01/new-website.html
Monday, January 24, 2011. I've been working at Haka Solutions for 5 years now and we've never really had a website I was proud to show off. But that's all over now! We've just finished adding all the content and it's now officially launched! Take a look and let us know what you think. Http:/ www.hakasolutions.com. Note that the website will be moving in about a week to a new host. Performance will greatly improve. Subscribe to: Post Comments (Atom). View my complete profile.
vaillancourtm.blogspot.com
Matt Vail: Forms not saving user layout changes
http://vaillancourtm.blogspot.com/2010/06/forms-not-saving-user-layout-changes.html
Thursday, June 10, 2010. Forms not saving user layout changes. You may have come across some forms where users complained it wasn't saving the layout changes they were making. The problem is quite easy to fix if the link between the 2 forms is straightforward. I've had to deal with this issue for a client and this is what it looked like:. Args = new Args("CusInvoiceHistory");. Fr = new FormRun(args);. Have an exception to that rule? Let me know in the comments. Subscribe to: Post Comments (Atom).
vaillancourtm.blogspot.com
Matt Vail: COM error when exporting data...
http://vaillancourtm.blogspot.com/2010/06/com-error-when-exporting-data.html
Thursday, June 17, 2010. COM error when exporting data. I've been getting the following error when trying to export some data to Excel using Definition groups:. Method 'item' in COM object of class 'Range' returned error code 0x800A03EC (. If we use the lookup, it calls the. Function and returns the extended field id selected. However, if we type the name of the field, it will then use the function. Fieldname2id returns the FieldId NOT THE EXTFIELDID. So I added a quick hack to the edit method. View my c...
vaillancourtm.blogspot.com
Matt Vail: Modify the way AX sends reports by email
http://vaillancourtm.blogspot.com/2010/02/modify-way-ax-sends-reports-by-email.html
Friday, February 19, 2010. Modify the way AX sends reports by email. This is something I've been asked multiple times, either by customers or colleagues. The standard way AX sends reports by email is not ideal. The two big issues are:. Using SysINetMail which uses Outlook integration and requires the user to confirm that AX is trying to send an email using their account. The formating of the email is just awful and lacks relevant information. SysINetMail m = new SysINetMail();. View my complete profile.
vaillancourtm.blogspot.com
Matt Vail: January 2010
http://vaillancourtm.blogspot.com/2010_01_01_archive.html
Thursday, January 28, 2010. Field security and record templates. We came across an issue where a user that does not have access to edit a mandatory field on a table was not able to save a record created from a template that has the field predefined. To avoid this problem, a simple modification can be made in ClassFactory/createRecord. Needs to be modified to. This will ignore the AllowEditOnCreate (Edit access in security) property when transferring over the values from the template to the new record.
vaillancourtm.blogspot.com
Matt Vail: January 2011
http://vaillancourtm.blogspot.com/2011_01_01_archive.html
Monday, January 24, 2011. I've been working at Haka Solutions for 5 years now and we've never really had a website I was proud to show off. But that's all over now! We've just finished adding all the content and it's now officially launched! Take a look and let us know what you think. Http:/ www.hakasolutions.com. Note that the website will be moving in about a week to a new host. Performance will greatly improve. Subscribe to: Posts (Atom). View my complete profile.
vaillancourtm.blogspot.com
Matt Vail: June 2010
http://vaillancourtm.blogspot.com/2010_06_01_archive.html
Thursday, June 17, 2010. COM error when exporting data. I've been getting the following error when trying to export some data to Excel using Definition groups:. Method 'item' in COM object of class 'Range' returned error code 0x800A03EC (. If we use the lookup, it calls the. Function and returns the extended field id selected. However, if we type the name of the field, it will then use the function. Fieldname2id returns the FieldId NOT THE EXTFIELDID. So I added a quick hack to the edit method. I've had ...
vaillancourtm.blogspot.com
Matt Vail: February 2008
http://vaillancourtm.blogspot.com/2008_02_01_archive.html
Thursday, February 21, 2008. Following on what I said yesterday, no emulator would be good enough without the ability to capture key inputs. This is pretty easy and can be quite useful in alot of situations. An exemple of this can be found in the form. Yes, there is a Tetris game in DAX for those who didn't know! The first thing you need to do is add a. Control to your design and set it's "AutoDeclaration" to. Boolean keyDown(int vKey, boolean ctrl, boolean shift). Ret = super(vKey, ctrl, shift);. Chip8 ...
vaillancourtm.blogspot.com
Matt Vail: January 2008
http://vaillancourtm.blogspot.com/2008_01_01_archive.html
Monday, January 7, 2008. Chip8 emulation in Dynamics AX 4.0. First thing first, this is a project I made a few months back. There is still some work that needs to be done on it, but I doubt I will be touching it again anytime soon. Now most of you are probably wondering what exactly is Chip8. Well think Pong, Space Invaders, Brix, etc. Get the picture? Until then, here's a little screenshot of my emulator in action :. Subscribe to: Posts (Atom). Chip8 emulation in Dynamics AX 4.0. View my complete profile.