Dexterity's Hidden About Window

David MeegoDexterity has a long development history, dating back to the late 1980's.  There were many people involved in the design, development, testing and documentation of Dexterity.  If you want to see some of these names, you can use a little bit of code to open the Hidden_About form in the Dex.dic dictionary.  The Dex.dic is available as dictionary ID 1, even though it does not appear in the Dynamics.set launch file.

You can add the code into your own dictionary, or simply using the Runtime Execute feature in the Support Debugging Tool for Microsoft Dynamics GP to execute the following pass through sanScript code:

Runtime Execute Code Example

 local string compiler_error;

execute(1, "open form Hidden_About;", compiler_error);

Note: Click on the button to view the different teams.  Anywhere else on the window to close it.

David