axCoder
Microsoft Dynamics Ax developer's blog
Thursday, March 16, 2006
The magic semicolon
›
Example This X++ code compiles well, but have Two potential errors: static void test(Args _args) { int axcoder, axcoder1; axcoder=1;...
4 comments:
Saturday, March 04, 2006
Sidax 0.3.4 - user mode sidax
›
Changes in this version: Its now safe to run sidax by end users -- checks for access to menuitems added; check for development rights a...
2 comments:
Ideas: AxPath protocol
›
Imagine that you have an ability to create links to everything in axapta: forms, records, classes, busines objects (for example orders). You...
8 comments:
COM in Axapta
›
Just published article in the Axaptapedia in answer to post in microsoft.public.axapta.programming
Wednesday, March 01, 2006
How to make Sidax autostart.
›
If you do this, Sidax will start, when you login Axapta. Open class Info and modify the startupPost method. Replace yourUserID with the na...
1 comment:
Tuesday, February 28, 2006
Dynamics AX: Writing a report to file, through code
›
Dynamics AX: Writing a report to file, through code The very usefull blog post about working with reports.
‹
Home
View web version