devxlogo

Showing, Loading, and Unloading

Question:
I have forms that I want to load, unload, and then load again. I use Show and Unload to do this. After I unload the form and try to show it again, I get an error message that I can’t load the form Modally because it’s already been loaded. I want the forms to be modal, and I want a fresh form (without any “data”) to be re-loaded.

Answer:
You should show a form, and when it is done, have the form call “Unload Me”. This way the Form_Load event will fire the next time you do a show on it. You don’t need to explicitly load forms. Just do a show on them and they will load.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Seasoned Architects Evaluate New Tech

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.