Sign in
Sébastien Pêtre
Little tips about Dynamics AX
Search
Blog - Link List
Useful links
Where to find hotfixes
Post which give a link to hotfixes for AX 2009 and AX 2012
AX Build Numbers
Found here the build number of your AX application
AX 2012 Upgrade Guide
Official document from Microsoft for migration
Perform in-place upgrade to Dyn. AX 2012 R2
An upgrade from Microsoft Dynamics AX 2012 or Microsoft Dynamics AX 2012 Feature Pack to Microsoft Dynamics AX 2012 R2 is classified as an in-place upgrade.
Hotfixes Partner source
Dynamics AX 2009
Dynamics AX 2012
Dynamics AX 2012 R2
Options
RSS for posts
Atom
RSS for comments
OK
Tags
AX5
AX6
AX6R2
CodeAccessPermission
Directory
Document
FileIOPermission
Labels
Listing
Powershell
Task
TextIO
WinAPI
Archive
Archives
February 2013
(2)
January 2013
(3)
Tag Cloud
AX5
AX6
AX6R2
CodeAccessPermission
Directory
Document
FileIOPermission
Labels
Listing
Powershell
Task
TextIO
WinAPI
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sébastien Pêtre
Blocking copy / Ctrl-C on a grid
Posted
2 months ago
by
Sebastien Petre
2
Comments
I've hear that this request is often asked. So there is a little piece of code to block all copy of data in a grid (for all form) If you want to do this only on one form, you need to overwritte the method taks in the form For my case, you...
Sébastien Pêtre
AX: Listing files in a folder (code example)
Posted
3 months ago
by
Sebastien Petre
0
Comments
Some time you will maybe need to research some file in the folder. So find here a little piece of code you can make a listing of file in the directory (here, temp folder) static void myFileList(Args _args) { FilePath sFilePath; System.IO.DirectoryInfo...
Sébastien Pêtre
AX 2012 : Little labels user guide
Posted
4 months ago
by
Sebastien Petre
0
Comments
This little post for talking about labels in AX 2012. Version 2. CREATE LABEL ID As previous version, use the wizard And after that, restart the AOS. CREATE LABEL Use the label editor to create a new label. Select your new...
Sébastien Pêtre
AX 2012 R2 : New, Changed, and Deprecated Features for Microsoft Dynamics AX 2012
Posted
4 months ago
by
Sebastien Petre
0
Comments
Hi all, For all tech guys, don't forget to take a look at this document : http://www.microsoft.com/en-gb/download/details.aspx?id=7225
Sébastien Pêtre
TextIO : Little user guide
Posted
4 months ago
by
Sebastien Petre
0
Comments
I receive sometime some remarks concerning how to use the TextIO file, so there is a little example of how to use it. You must also know that TextIO class will replace the old AsciiIO class. When you create your file with the 'new', you can also...
Page 1 of 1 (5 items)