Browse by Tags

Related Posts
  • Blog Post: Learn to report in Dynamics NAV 2013 by Plataan

    Plataan: Course 80433 Reporting in Microsoft Dynamics NAV 2013 (Date: 08 – 09 Apr, Location: Hasselt) Reporting in NAV 2013 is perceived as one of the biggest opportunities while being a competence challenge at the same time. If you want to learn ...read more
  • Blog Post: How Do I video series about Dynamics NAV 2013

    Microsoft has released new videos in the How do I video series on Microsoft MSDN, which you can find here. The project is a joint effort by Plataan and Microsoft, and I participated as a technical expert in charge of seven videos. The idea is to showcase ...read more
  • Blog Post: Show a Footer Only on the Last Page?

    Imagine you have to create a report, for example a Document, and there’s certain information, like for example Sales Conditions, that only need to be printed on the footer of the last page. How do you do that in RDLC? A good thing is always to ...read more
  • Blog Post: My Toolbox is empty?

    A couple of days ago when I was delivering a Report Design in Dynamics NAV 2009 training one of the students had a very strange problem. Being an experienced trainer I thought I had seen all possible bugs and ‘undocumented features’ of the ...read more
  • Blog Post: No execute permission on ” CodeUnit with ID 1.

    A very strange message appeared when a user tried to connect to the test environment with the RoleTailored Client: (the server name is grayed-out for privacy reasons) What happened? Well, before ‘the change’ all users had the SUPER ...read more
  • Blog Post: The RoleTailored Client crashes on Customize This Page in a Role Center

    This is a quick post about a problem I encountered a couple of times and the solution I found. When you run the RoleTailored Client (RTC) and in the Role Center page you try to “ Customize this page “: then the RoleTailored Client crashes ...read more
  • Blog Post: Descisions Spring 2012

    Dynamics NAV Day at Decisions Spring 2012 is June 20, 2012. You can register here for the event.  Have a look at the sessions & agenda: here And did I mention it’s a virtual conference (free of charge). Like last time, there’s also ...read more
  • Blog Post: Where are my captions?

    Recently I was contacted by a fellow blogger , who had been scratching his head because of disappearing labels. The report in question was, for some unknown reason, not displaying all captions. It was a report with multiple data indented items. The ...read more
  • Blog Post: GetUidOffset()

    Something new I learned this week  is that appareantly there’s a function GetUidOffset in CodeUnit1 (and it has been there for a couple of versions). GetUidOffset EXIT(0); // =0 --> control- and variable ids are assigned // based on license ...read more
  • Blog Post: PlaceInBottom in RDLC layout

    A question I receive a lot from customers and partners is if there’s a way to implement the PlaceInBottom effect on a report in RDLC. As you might already know, in the Classic Client , which I should now call the Development Environment , in the ...read more
  • Blog Post: Using a SQL view in a NAV 2009 RDLC Report

    What if a user asks: Could you create a report showing the inventory by Item, but in all of our companies? Sometimes I see the strangest  and most exotic constructions or C/AL coding to answer these kinds of questions, when a more simple solution ...read more