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

No Picture

XP with 4 GB RAM

5 March 2008 iby 0

Many people will tell you that it is not possible to run at 32 bit version of XP with more than 3 GB Ram. They say that XP would not recognize the Ram above the […]

No Picture

Starting Navision from another application

3 March 2008 iby 4

From Navision 3.xx it is possible to use a kind of protocol for starting / calling a Navision Client. The syntax for starting a Navision Client is: navision://client/run A call like this, in a browser, […]

No Picture

ADORecordSet

28 February 2008 iby 0

Hi ! This is a detailed description for the used ADORecordSet command mentioned in the articles Stored Procedures and Navision and ADO in Navision. ADORecordSet The ADO RecordSet is defined by the automation ‘Microsoft ActiveX […]

No Picture

ADOCommand

28 February 2008 iby 0

This is a detailed description for the used ADOCommand command in the articles Stored Procedures and Navision and ADO in Navision. ADOCommand The ADO Command is defined by the automation ‘Microsoft ActiveX Data Objects 2.8 […]

No Picture

ADOConnection

28 February 2008 iby 0

Hi ! I have been asked to describe the different ADO commands parameters more explicit. So here are a detailed description for the used ADOconnection command in the articles Stored Procedures and Navision and ADO […]

No Picture

Stored Procedures and Navision

21 February 2008 iby 0

If you are executing a specific SQL query very often, it would be usefully to have it as Stored Procedure on the SQL Server. Stored Procedures is a collection of SQL statements. There are 2 […]

1 2 3 4 5