Greetings,
I would like to know if there's any function or global property with which I could get the name of the form from which I executed my GP Dyn App
*This post is locked for comments
Another possible solution is the name wizard :)
Programmatically, from Dexterity, you can get the window name using following function: Resource_GetInfo()
If you are looking something similar in Visual Studio Tools for Dynamics GP, then I guess we do not have anything of that sort.
Omar, You can add the ScriptDebugger=TRUE setting into the Dex.ini to enable the Script Debugger. Use Ctrl + F1 in any GP window to know its name. You can also use Window_GetTitle() to know the title. of the specified window. Hope this helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156