Playfair Cipher in Navision
As earlier mentioned I have being reading some books about Cryptology – and now its Playfairs turn to be tested in Navision 🙂 Playfair Cipher (aka. Playfair square) is a symmetric encryption technique and was […]
As earlier mentioned I have being reading some books about Cryptology – and now its Playfairs turn to be tested in Navision 🙂 Playfair Cipher (aka. Playfair square) is a symmetric encryption technique and was […]
Did you know that it is possible to prevent copy in Navision 🙂 Some times, you want to be sure that the users do not use the Copy functionality in Navision. So how do you […]
I did meet this error for the first time several years ago. Today some of my colleagues saw the message for the first time and did not know what to do about it. Internal Error […]
Writing a automation for Navision is pretty simple, when you first know how to do it 🙂 First of all, I assume that you already know about C#. So here are the basic steps for […]
Lately I have been reading some books about Cryptology and there I stumbled upon Caesars Cipher. Caesars Cipher is a very simple form of Cryptation. Its method is to replace each plaintext letter with one […]
When using Navision (Dynamics NAV 5.0 or higher) with SQL 2005 (express or full) – you will receive a trace flag error, when trying to create a new database, unless you already has changed your […]
Did you know that a Code field is sorted different depending of you are using Native or SQL? SQL will sort the Code field as a Varchar – which means it will sort the Code […]
Did you know that it is possible to use views in Navision? If you often are collecting/viewing data from several tables it can be usefull to use a SQL View. Created SQL Views can then […]
In SQL it is possible to define tables with a column, which is of type image. This field type is not known by Navision or by ADO and can thereby not be extracted like other […]
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 […]
Copyright © 2024 | MH Magazine WordPress Theme by MH Themes