
Hi,
I am having a very serious problem in our production environment. Whenever I deploy a new package usually new Modified windows with VBA code, the event mode for the existing windows in production changed into emOriginalOnly even though they all were set to emModifiedOnly before the deployment.
However I want to keep the setting as emModifiedOnly for these windows
I am not sure what is missing
Any help really appreciated
Thanks,
*This post is locked for comments
I have the same question (0)Hi, John. In GP 2013, the ability to double click the window/form and choose event mode from the GUI appears to be removed. However, you can still do it from the code.
In the After Activate event, set Me.EventMode to whatever you would like it to be. Intellisense will give you the right format for the options.
Hope this helps. My colleague and I spent quite some time trying to run it down, and it solved the problem for us.
Have a great day.