Browse by Tags

22 December 2008
Support Debugging Tool Build 10 released
By David Musgrave Some of you might know that I have been busy working on the next build of the Support Debugging Tool for Microsoft Dynamics GP . If you did not know... well... you do now. I have a wish list of features based on feedback from colleagues Read More...
07 December 2008
Programmatically Closing for Dynamics GP
If you wish to automatically close Dynamics GP from .Net Application or VBA, just follow steps below: In your Project, go to references and add a reference to “Dynamics Continuum Integration Library” then use the code below: Dim CompilerApp As New Dynamics.Application Read More...
11 November 2008
Filling Missing Transactions Numbers in GP
If the end user created any kind of transactions in GP that holds let’s say the ID 9 and another one that holds 10, then deleted 9; the next number will be 11 and 9 will be ignored. For the clients that do not accept these gaps, and since almost all of Read More...
11 November 2008
DEX.INI Commands Explanation
Interested to learn more about DEX.ini file and what does it effect? I found a post under ( http://msdynamicsgp.blogspot.com/2007/09/weekly-dynamic-dexini-settings.html ) and found it interesting, below the parameters definition for DEX.ini File: SuppressChangeDateDialog=TRUE Read More...
11 November 2008
Dynamically Get GP database connection information when using VBA
Dynamically Get GP database connection information when using VBA: 'Class Module: GP Dex_VBA_Link 'Author: Matt Connor 'Version: 2.01 'Updated: 06-Apr-2006 'Connection Properties Public PasswordUnencrypted As Boolean Public SQLPassword, SQLPasswordDecoded Read More...