Gedas B articles
Gedas B
Published
2 min read
Control Add-In dll’s files in Microsoft Dynamics NAV 2015
With Microsoft Dynamics NAV 2015 there comes one feature in Add-In files area – you do not need manually to copy add-in dll to client: when client doesn’t find it, NAV copies add-in from server.
Published
3 min read
How to control keyboards events in Add-in
With Microsoft Dynamics NAV Role Tailored Client we’ve received possibility to add ControlAddIn to any field on page. This opens huge possibilities to extend functionality with own controls. We can create any .
Published
2 min read
“Timer” usage in Microsoft Dynamics NAV 2013
Last time we have seen our “old” NTimer.dll was Microsoft Dynamics NAV 2009. It was placed in ..\Common\Microsoft Dynamics NAV\Timer.. folder. Usually we have used it for NAS or other looping tasks. We want to have the same in Microsoft Dynamics 2013 and later, however we see that the same doesn’t work anymore.
Published
2 min read
How to collect environment info for Dynamics NAV client using PowerShell
Following Lars script for 3-tier troubleshooting, I’ve created my own script which collects info from PC where Dynamics NAV clients are installed. This info could be used for further investigations and potential problems findings. What does script do? In current folder (where from script was started) is created subfolder ‘Results’.
Published
2 min read
How to change thousands/decimals separators in RDL reports
In “old good classic” NAV we have feature (and property) named AutoFormatType. Together with property AutoFormatExpr we can set decimal to any format we need.
Published
13 min read