Stored Procedures and Navision
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 […]
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 […]
With ADO you can execute SQL Scripts and Stored Procedures from Navision. To use ADO in Navision, you have to use the automation “Microsoft ActiveX Data Objects 2.8 Library” Lets take a closer on how […]
ADO (ActiveX Data Objects) is a Microsoft technology and is a interface to access data in a database. So what can ADO be used for in Navision?
Most keys can be represented by the character of the key itself. E.g, the key sequence HALLO can be represented simply by “HALLO”. Some special keys, such as the control keys, function keys etc are […]
When using Sendkeys there is one big issue, you can not see when/if the application is in the correct state. This means you have to build in some kind of wait states and then after […]
With SendKeys you simulate user keystrokes – which mean it is possible to start applications, enter information, choose menus, buttons etc. SendKeys is a part of Windows Script Host. Currently I am using this functionality […]
Navision official name is now Microsoft Dynamics NAV. I will continue to refer to it as Navision, because before Microsoft bought it, it was known as Navision Financials and as Navision Attain.
Microsoft Dynamics NAV (also known as Navision) is an ERP software product by Microsoft. It assists with finance, manufacturing, customer relationship management, supply chains, analytics and electronic commerce for small and medium-sized enterprises. The first […]
A quick way to view your IP address is by using the command IPCONFIG. Just start a command prompt: Start -> Run -> Cmd and then type:
Copyright © 2024 | MH Magazine WordPress Theme by MH Themes