NAV2018 C/AL .NET

Resize image in NAV 2018

27 August 2018 iby 0

For a period there was an issue with printing images in reports. They all look kind of distorted / scrambled. After a while I figured out that the reason for this was the image size […]

Building a RSS reader in ASP.Net

13 October 2009 iby 0

Hi RSS Feeds are just XMLs – so building a RSS reader is not so difficult, first you know how to do it 😉 Let’s start with looking at C# function that reads the RSS […]

Expanding the FTP automation

19 March 2009 iby 0

In the previous post I have started the development of FTP automation. The first post did only include some basic functions such as download, upload and list. Now it’s time for some more functionality. So […]

Writing a FTP automation

15 December 2008 iby 6

Over some time I have been using a plain dos ftp from Navision. There is some advantages and some disadvantage combined with it. A advantage is, that this use does not require any third part […]

C# and Dns.GetHostEntry

3 October 2008 iby 1

I am currently building a new FTP automation for Navision. During this I discovered that Dns.GetHostEntry is not always stable.

No Picture

ADO.NET

19 February 2008 iby 0

For test purpose I did a little test in C#, where I did use ADO.NET to make a connection to my SQL Server. The common way to access a database is to do the following: […]