Skip to main content

Posts

Showing posts from June, 2011

RTC Report Development 2.

Hi all, If you haven't read the part first then read it  here. Now when you created the suggestion layout you can see the Red Dots in the Report body. For being specific in the table details of the first table in the Page Body. The most part of an RTC Report is the Page Header, we all face issues in this. Let's discuss what happens when we say suggest layout.

RTC Report Development 1.

Hi all, we all have some known and unknown issues while creating a Report For Role Tailored Client . we will try to create a standard report by deleting its Layout and creating a new RDLC Layout from Scratch. I have saved Standard Report 406 Purchase - Invoice as 5000 Purchase - Invoice 1. Then I deleted its existing layout by using Tools->Delete Layout. Now lets create the Layout from Scratch. Now lets see what Layout suggestion suggest for this report, by using Tools -> Create Layout Suggestion.

Microsoft Dynamics NAV Classic client was opened from an untrustworthy component. Contact your system administrator.

Hi all, A Comman error faced while trying to Run a Report From Role Tailored Client (a report with no layout defined), it try to start the Report Engine from classic Client. It can happen that after updating RTC, you end up with a version of RTC which is not compatible with the default classic client. In this case you will typically get this error message when trying to run the report. First of All you need to find the build of classic and Role tailored client. The Build for both should be same. Following screen shows how to check the build for both client. If the build is diffrent you need to udate the Build using this link (require Partner/Customer source login). If the build is same then we need to find out from where does RTC find the classic client for running classic reports? RTC finds the location of Finsql.exe in this place in registry: (can be opened by typing regedit in RUN) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\

Starting the RoleTailored Client from a Command Prompt

Hi all, We all face situations where clients ask for some  specific   requirement  as per user, as in he want that user cannot see anything other than a certain page or something like this.  By using command line parameters we can  achieve  that.

Statement of Direction for Microsoft Dynamics NAV

Hi all, Most of us always trying to find out about the future release of Microsoft Dynamics Navision. Microsoft have released the statement of Direction for Microsoft Dynamics Navision. Document contain the major release plan from now till 2016-2017, and the gimps of changes that will happen in Navision future Release. The document can be downloaded from here with login credentials for Partner Source. Thanks, Saurav Dhyani www.sauravdhyani.com

Microsoft Windows XP Multilingual User Interface

Hi all, While Trying to open a database that is created in Navision client with country  specific version we face the error shown below. Error in Classic Client

Change Drill Down in the Page?

Hi all, A friend of mine asked me yesterday that one of his client want to change the Drop Down option in RTC Page. As shown in image below, and client says that when he want to choose item No. he don't want No., Description, Base Unit of Measure, Bill of Materials, Unit Price.

Debugging of Client Add in

Hi all, Debugging of an Add-in in the client is very simple. After the client has started up all you need to do is to attach the Visual Studio to the process of the Role Tailored client. For debugging compile your project with the “Debug” solution configuration.

Use Boolean Variable in Page Property.

Hi all, ­­­­we all have read in Microsoft manuals for NAV 2009 Page Development that most of the page control properties are not limited to values yes and no. Now developer can use a Boolean variable and change the property value on the runtime by using that Boolean variable at run time. But what, when I first tried to use same if didn’t worked and I was amazed so I re- read the manuals but didn't find any resolution for the same.

Extended Stored Procedure xp_ndo.dll Error (64 Bit)

Hi all, When we install Navision 2009 and later on 64 bit operating system, most of us get error like shown below while we try to connect Role Tailored Client or Classic with Windows authentication. In this article, we will discuss why this error message and how to resolve this.