Sign in
Sébastien Pêtre
Little tips about Dynamics AX
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
AX5
AX6
AX6R2
CodeAccessPermission
Directory
Document
FileIOPermission
Labels
Listing
Powershell
Task
TextIO
WinAPI
Browse by Tags
MSDN Blogs
>
Sébastien Pêtre
>
All Tags
>
ax6
Tagged Content List
Blog Post:
Blocking copy / Ctrl-C on a grid
Sebastien Petre
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 need to select the method "task" on the class "SysSetupFormRun...
on
20 Feb 2013
Blog Post:
AX: Listing files in a folder (code example)
Sebastien Petre
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 di; System.IO.FileInfo[] fis; System.IO...
on
5 Feb 2013
Blog Post:
AX 2012 : Little labels user guide
Sebastien Petre
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 label: And write your new label and press...
on
10 Jan 2013
Blog Post:
TextIO : Little user guide
Sebastien Petre
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 add a parameter: 'CodePage'. This CodePage can create...
on
4 Jan 2013
Page 1 of 1 (4 items)