Monthly Archives: January 2009

How to temporarily suppress infolog messages in Dynamics Ax (deux)

  Good afternoon,   My previous post on the topic was flawed. Here’s a better solution when you want a section of code not to report to the infolog, but still want previous messages to be shown at the end … Continue reading

Posted in Dynamics Ax 4.0x | Comments Off on How to temporarily suppress infolog messages in Dynamics Ax (deux)

Exception::Break in X++ while loop

  Good morning   I noticed something interesting yesterday. When breaking execution while running a loop (by pressing ctrl-break) an Exception::Break is thrown if ‘Yes’ is clicked on the resulting break prompt. Sometimes even if the exception is caught, the … Continue reading

Posted in Dynamics Ax 4.0x | Comments Off on Exception::Break in X++ while loop

LINQ (Parts 1 & 2)

  Part 1: Select on a List   Happy New Year!   LINQ is used in SSRS reports in AX 2009 and is likely to be used more in upcoming versions of AX. LINQ’s purpose is to allow .Net languages … Continue reading

Posted in .Net development | Comments Off on LINQ (Parts 1 & 2)