Art Of Creation – Dynamics AX Blog
The everyday life of a Dynamics AX developer
Pages
AX links
Contact
Popular Posts
Microsoft Dynamics AX 2009 Development Cookbook
Axapta 3 menu in AX 2009
Launching Dynamics AX using Launchy
Lookup() override does not work
Check what application and database you are connected to
Recent Comments
Ismael on
Protected new and construct – Part 2
Paja42 on
Problem solving in AX
Alex on
X++ and Notepad++
Philippe V on
Axapta 3 menu in AX 2009
Luegisdorf
on
Lookup() override does not work
Tags
AIF
AOS
Application
Batch
bookmarks
Books
CLR
Compiler
Configuration
Database
Data Types
Debug
Dynamics AX
Editorscripts
Error
Event Log
Extensions
Fun
Google
Inheritance
Job
link
lookup
Nice-to-haves
Noepad++
Patterns
RPC
security
SQL
String
System.Diagnostics
System.IO
TechDays
Tools
Wallpaper
WinAPI
X++
Ax Dev Twitter
Updated my blog with "Rename an AX company on SQL":
http://tinyurl.com/yl36t7a
Don't query, be happy.
Microsoft Confirms Dynamics AX Compatibility with Windows 7:
http://tinyurl.com/ykewlvh
There is *only one* article about "Dynamics Ax" on slashdot.org
Remember to use compile forward when modifying classes that are inherited by other classes!
X++ editor: pressing ctrl + space on a label to know the text is much faster than using the label editor.
Microsoft released hotfixes for Ax 2009 that fix "Internal error 25 in script". KB973902 and KB948130 for more information.
X++ editor: double click on text between double quotes and only the text will be selected, with single quotes, the quotes get selected too.
Each line of a stack trace starts with (S) or (C). (S) indicates the code was running on the server, (C) that it was running on the client.
In the X++ code editor, Ctrl + L will delete a complete line of code.
search results
27 Aug
Editorscripts: create parm method from class declaration