.NET

Expanding the FTP automation

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 […]

No Picture
Automations

Is an application already running?

Sometimes you need to start applications from Navision. If an application already is running – you can use sendkeys as described previous to activate it, and thereby you don’t want to start it again.

No Picture
Automations

MD5 encryption in Navision

Message-Digest algorithm 5 (MD5) encryption is a widely used cryptographic hash function. It is often used to encrypt passwords. Notice – this is a one way only encryption method.

No Picture
Automations

Timer & Codeunits

Most of you properly already know the Timer functionality that exists on Navision Forms. Have you ever thought of using it on Codeunits? Some will say that this is not possible, because the Timer property […]