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

No Picture

HTML Scraping from Navision

8 May 2008 iby 0

Some times you are in the need of showing a web page an afterwards using the results or data from the web page in Navision. This can be done by using HTML Scraping. HTML Scraping […]

How to listen for a Port in Navision

6 April 2008 iby 0

Have you ever needed to make Web requests to Navision? Often you then would be using either NAS or a 3’rd part product to handle these requests. Why not build your own handler 😉 All […]

No Picture

Is an application already running?

16 March 2008 iby 0

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

MD5 encryption in Navision

11 March 2008 iby 2

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

Timer & Codeunits

9 March 2008 iby 2

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

1 2 3