If God had wanted me to work, he wouldn’t have given me Angry Birds. I figured it was about time I wrote something about Dynamics NAV again, so setting my continuing mission to get three stars on all levels to one side, I’ve finally taken time to pass on a couple of tips around .NET Interop and...
OK, I’ll admit it, I’m obsessed with the .NET Interop features in NAV 2009 R2. My last two blog posts have been on this and now here’s another one. Today I wanted to see if I could use the .NET Interop features in NAV 2009 R2 to execute a SQL Stored Procedure and extract the results...
If this was a blog about grammar, I might be asking whether a verb like “to love” can be conjugated in a progressive tense to give us the phrase “I’m Lovin’ It”. But it’s not, it’s a blog about Dynamics NAV and I’m writing about .NET Interop in Dynamics NAV 2009 R2 which has got to be the coolest feature...
A friend of mine recently asked if there was a standard NAV function to find the first alphabetical character in a string. STRPOS comes close but you can't say "tell me the first position for any one of these characters in this string" because it looks for an exact match of the substring...
Have you ever tried to create a NAV 2009 Server service that runs under a domain account and when you try to start it, the service starts and them immediately stops again. Then, if you look in the Windows Event Log for the error message you see something like this… The service MicrosoftDynamicsNavServer...
I recently presented a session at Intergen Dynamics Day called Dynamics NAV 2009 – a “deep dive” in which I showed a custom control that displayed a Graph depicting the Aged Debt for a customer. In this post, I’ll tell you a little bit about how I created this control, how to...
Sometimes I just get an idea and want to see if I can get it working, and in the case of this one, I couldn’t think of a practical use for what I finished up with. Who knows, maybe you’ll find some use for it. The idea started life as a .NET application that would help me get the URLs for every possible...