When to use Show Form and Hide Form? When should you use form visible = true and form visible = false instead?
Details: my application has one central form. Users can get to a second pop-up form by clicking on a command button. It was kind of slow opening and closing this second form over the network once the db was fully loaded with data, so I decided to load the second form when it is first requested, thereafter I hide it when the user clicks my close button and redisplay it when they asked for it again. Currently I am using visible: true/false.
Should I use Show/Hide instead? What are the arguments each way?
Thanks and a star for assistance!
JSouth
P.S. Actually I have seven of these forms users can click to get to, but it was easier to write in the singular. Anyway I don't want to preload all the subforms on startup since users may not use them all.
---------------------------------------
The customer may not always be right, but the customer is always the customer.
Details: my application has one central form. Users can get to a second pop-up form by clicking on a command button. It was kind of slow opening and closing this second form over the network once the db was fully loaded with data, so I decided to load the second form when it is first requested, thereafter I hide it when the user clicks my close button and redisplay it when they asked for it again. Currently I am using visible: true/false.
Should I use Show/Hide instead? What are the arguments each way?
Thanks and a star for assistance!
JSouth
P.S. Actually I have seven of these forms users can click to get to, but it was easier to write in the singular. Anyway I don't want to preload all the subforms on startup since users may not use them all.
---------------------------------------
The customer may not always be right, but the customer is always the customer.