Tag Archives: AX

Writing UNIX style text files

I’ve written many mods for AX that required output of data to a text file of some form (the most common being CSV), but recently I had to ensure that the file being written was compliant with a UNIX reader. … Continue reading

Share/Bookmark
Posted in AX 2012 | Tagged , , , , | Comments Off

Objects not in Version Control (Pre 2012)

Due to the level of interest that I received on my last post, I’ve decided to go ahead and release this version of the “Objects not in Version Control” script. I’ve cleaned up the code and added some improvements that … Continue reading

Posted in AX 2009, AX 4.0, Microsoft Dynamics AX | Tagged , , , , , , | Comments Off

Language Specific Number Formatting

I recently encountered a situation in AX where I needed to convert a number into a string that was specific to the current user’s language setting. AX provides a method called num2str for converting a real number into a formatted … Continue reading

Posted in AX 2012 | Tagged , , , , , , , , , | Comments Off

Set Focus to Main Content in EP

Recently while working with a custom control in EP for AX 2012 I came across an issue when trying to set focus to a specific Textbox. I implemented all of the standard focus functions available in code, but none of … Continue reading

Posted in AX 2012, Enterprise Portal, Microsoft Dynamics AX | Tagged , , , , , | Comments Off