-
In the tables 92, Customer Posting Group and 93, Vendor Posting Group I would like Microsoft to add a Description field. This is a default field in almost all setup tables in the solution. Don’t know why it is not in those tables. So, I suggested this on Microsoft Connect and you can vote here...
-
Microsoft Dynamics NAV is still using the old DOS code page for files. If you create a file with the file variable and write text to that file you will get a DOS file. The same thing happens when writing to a BLOB and exporting to a file. The Code example below handles the DOS code [...]
Posted to
Gunnar's Blog
by
thegunzo
on
2013-5-30
Filed under:
Filed under: Dynamics NAV, How-To's, NAV 2009 R2, XML, Data Transfer, C/Side Code, CSV File, Dotnet interoperability, Text File, NAV 2013, Stream
-
These days I keep busy upgrading Advania solutions to Dynamics NAV 2013. All the older solutions that have communicated with web services have DOM objects and manually created XML files. We had to add and remove namespace to be able to use XML ports but in the end this worked flawlessly. In NAV 2013...
-
As a part of the new localized NAV 2013 we need to configure the Rapid Start package to be used with new installations. As we started to work with the packages trying to export to Excel we got an error. The cause is known by Microsoft. You receive this error calling an Excel method when [...]
-
A few days ago I published objects for NAV 2013 and details on how to use a twain scanner with the hardware hub. I know that many happy Dynamics NAV users are still using older versions so I wanted to make this solution available for NAV 2009, both in the Role Tailored Client and in the [...]
-
We have some cases where the Dynamics NAV client is running in a remote desktop and the local machine has a bar code scanner connected. One way is to have the bar code scanner configured as a keyboard. This requires the focus on the correct input field in NAV to work. The other way is to [...]
-
In NAV 2009 I used a custom control add-in to enable timers in the Role Tailored Client. NAV 2013 ships with a control add-in that is called PingPong. In upgrading one of my solution to NAV 2013 I wanted to remove the custom control and introduce the PingPong instead. The control requires a name and...
-
Die folgenden Microsoft Dynamics NAV Versionen sind kompatibel mit Microsoft Office 2013: · Microsoft Dynamics NAV 2009 R2 · Microsoft Dynamics NAV 2013 Microsoft Office 2013 gibt es in der der 32-Bit und der 64-Bit Version. Unsere Empfehlung für die Verwendung mit Microsoft Dynamics NAV ist die 32-Bit...
-
We are happy to announce compatibility between Microsoft Office 2013 and the following versions of Microsoft Dynamics NAV: Microsoft Dynamics NAV 2009 R2 Microsoft Dynamics NAV 2013 Microsoft Office 2013 is available in a 32-bit version and a 64-bit version. The recommended version of Microsoft Office...
-
Well, of cource you can use this hub for other software but I created it for NAV. Lets look at these issues You can’t support the hardware directly within NAV You like to have one method of communicating with hardware from NAV Your hardware is on another machine Your hardware is on the client machine...
-
For those seeking role models in long-term ERP solution ownership - companies that know how to live with and enhance their software over time to support evolving business needs - York, Maine-based Stonewall Kitchen would be a great place to start. The specialty food manufacturer has been using Microsoft...
-
For those seeking role models in long-term ERP solution ownership - companies that know how to live with and enhance their software over time to support evolving business needs - York, Maine-based Stonewall Kitchen would be a great place to start. The specialty food manufacturer has been using Microsoft...
-
In August last year I posted a way to use dotnet interop and webrequest to replace the automation objects. I saw that we had a limitation that we have gotten used to. When using the WinHTTP automation we where able to look at the status and if the status was not the integer 200 we [...]
-
Some of our customers are using Intercompany Posting. This is a useful tool but I have needed to make several changes to the code to make sure that the customer gets the functionality that is needed. For example we are using separate IC Partner codes for each Responsibility Center within a single company...
-
Typically an issue that keeps popping up every now and then on the NAV forums. You have managed to learn to create Help for your add-on and compile your Help project to get the .chm and .hh files. Now you're ready to test it from the UI and have copied both files to the relevant directories. At least...