T
Tom
I bring up a fairly complicated dialog box with:
form2.showDialog().
It takes about 0.5 seconds to come up partly because in
the Load event for the form I get some information from a
database to populate the fields on the form.
The total speed isn't really a problem. For some reason,
some of the text boxes show up without the new background
painted and then the rest of the form is drawn. I'd like
it to all show up at once.
Two questions:
Is there a better place than the load event to put my
database access stuff?
Is there a way to show nothing of the form until
everything is ready and then show it all at once?
Thanks
form2.showDialog().
It takes about 0.5 seconds to come up partly because in
the Load event for the form I get some information from a
database to populate the fields on the form.
The total speed isn't really a problem. For some reason,
some of the text boxes show up without the new background
painted and then the rest of the form is drawn. I'd like
it to all show up at once.
Two questions:
Is there a better place than the load event to put my
database access stuff?
Is there a way to show nothing of the form until
everything is ready and then show it all at once?
Thanks