Tuesday, February 7, 2017

The Excel buffer already exist identification field and value Row No =2 Column No = 1" error why and how solve - NAV Developers Forum - Dynamics NAV Users - DUG


Excel Buffer




Microsoft Dynamics NAV
---------------------------
The Excel Buffer already exists. Identification fields and values: Row No.='2',Column No.='1'
---------------------------
OK


Solution :-
This error only occurs when you have written code to generate excel and it is over writing some rows in Excel Format.


So check your code

This error only occurs when you have written code to generate excel and it is over writing some rows in Excel Format. 

So check your code.

Wednesday, February 1, 2017

How to insert a new Logo in new company using MS Dynamics NAV?


Logo Implementation in NAV 2017

Requirement
New Logo to be inserted in Company Information Table.

Steps :-
We need to delete the Cronus Logo from Company Information Page. To do this Search Company Information in RTC Search Bar. 

Right Click on the by default Cronus Image & delete the picture. Again Right Click and Select Picture. New logo will ready to print in all Reports.

How to insert a new line in RDLC Report MS Dynamics NAVISION?


Reporting Solution.


Sometimes there is a requirement to enter a new line in the same textbox or column of a Tablix.
To Do This , we need to enter a variable vbcrLf between 2 expressions. as shown in figure.