real solutions for real problems
Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Client   (RSS)

The Dynamics AX Client sometimes terminates when displaying certain HTML pages in a Web browser control

In Dynamics AX 2009 several Forms exists that have a Web browser control to display either dynamically created HTML content or show certain web pages based on the context of a selected record in a Grid. The Web browser control enriches the user experience
Posted by EMEAAXTec | 0 Comments
Filed under: , , ,

How does the Export to Excel feature work under the hood?

One of the nice features of Dynamics AX 2009 is the Export to Excel that is available throughout the product and allows to content of a Grid to be exported to Microsoft Office Excel for further analysis. Sometimes however the feature does not work as
Posted by EMEAAXTec | 0 Comments
Filed under: ,

License issue when customizing Gantt controls

When using Gantt charts from any module it works fine, but when trying to edit it from the AOT the following error occurs: (e.g. when opening AOT/Forms/SmaDispatchBoard/Designs/Design/ and right click/edit) The licensing has failed! Please contact Netronic
Posted by EMEAAXTec | 0 Comments
Filed under: , ,

How to open an AX form from your own help

In the standard AX on-line help you can link to a form in AX (open the form). E.g. Accounts receivable > Setup > Customer groups > F1 > Terms of payment link. When you click on the link, the Terms of payment form will open. The following is
Posted by EMEAAXTec | 0 Comments
Filed under: , , ,

The Query criteria for Shipment templates cannot be reset

If you are setting up a Shipment template in Dynamics AX 2009 by going to Inventory Management | Setup | Distribution | Shipment templates and define a Criteria ( by clicking at the Criteria button) you might notice later that the Query criteria cannot
Posted by EMEAAXTec | 0 Comments
Filed under: , ,

Issue selecting items from Combo Boxes when the Dynamics AX Client is running as RemoteApp

Windows Server 2008 introduces a nice feature for the Terminal Services that is called RemoteApp . RemoteApp programs are accessed remotely through Terminal Services and appear as if they are running on the local computer. The RemoteApp is integrated

Overview - AX kernel build numbers

Axapta version Kernel build Application build Comments Axapta 2.5 1270.3 377 Option Pack 2.5 Axapta 2.5 SP1 1270.15 377-20 Option Pack 2.5-1 Axapta 2.5 SP2 1270.31 377-57 Market Pack 2.5-2 Axapta 2.5 SP2 Kernel Hotfix 1 1270.31-3 377-57 Market Pack 2.5-2
Posted by EMEAAXTec | 0 Comments
Filed under: , , ,

Error executing code: The method has been called with an invalid number of parameters.

One of the great features of Dynamics AX is the rich integration with other applications or services. The Dynamics AX client is for example exchanging data with Microsoft Office applications like Microsoft Office Excel or Microsoft Office Outlook. Some
Posted by EMEAAXTec | 0 Comments

Transfer cube error in Dynamics AX 4.0

I got the following error when trying to transfer an existing cube. One or more required client components that support OLAP analysis are not installed on this computer This was because the field ServerType in OLAPServers table was set to Microsoft SQL
Posted by EMEAAXTec | 0 Comments
Filed under: , , ,

How to run Client Batches on AX 2009

In AX 2009 the batch engine has been changed to run as a service. The batch services do only process server batches they don't process client batches aynmore. There might still be some situations where you would like to run client batches. The following
Posted by EMEAAXTec | 0 Comments
Filed under: , , ,

"No Device" error message on client start

Recently I wanted to avoid that the infolog pops-up with several 'No Device' error messages when opening the AX client with ConfigKey Telephony Integration enabled. This error message is caused by the ActiveX component for the phone integration on form
Posted by EMEAAXTec | 0 Comments
Filed under: , , , ,

Error executing code: Insufficient memory to run script

In Dynamics AX 4.0 or Dynamics AX 2009 it can happen that a lengthy operation terminates with the following error message in the InfoLog: Error executing code: Insufficient memory to run script. A typical example that can result in this error message
Posted by EMEAAXTec | 0 Comments
Filed under: , , , , , ,

Random clients crashes

Recently I had the problem that random clients crashed in different parts of the application. The following error message was shown: Communication error:The server needs to free resources. Your session has been terminated. In the application event log

Reporting Server Security

Recently we had a question how to give users access to SSRS and report builder? The problem was an "Access denied" for users not in admin groups. Therefore we had to review the Security settings for Report Services. We found out that Report Builder can

How can you disable copying from using CTRL + C

How can you disable copying from form using CTRL + C or menu (Edit -> Copy)? It's quite easy! On the form you can override copy() method in following way: public boolean copy() { ; WinApi::emptyclipboard(); return true; }
Posted by EMEAAXTec | 4 Comments
Filed under: , ,
More Posts Next page »
 
Page view tracker