We have two forms which should not become unloaded. I read in the forum that I should store a reference to the form in a global. This is what I do on load of the application:
But nevertheless, after running the application for a while, the form will become unloaded. Why? Do I store the wrong value? Can I prevent this even better in the onUnLoad method catching the appropriate event?