Aborting a User Form display

D

Don Wiss

Before I display a User Form I try to do all the edits first, so to not
display the form for invalid situations. But some times it is more
efficient to do the edits in the initialization code. Is it then possible
to abort and not display the form?

Don <www.donwiss.com> (e-mail link at home page bottom).
 
J

Joel

Use Load and Unload along with show and hide. Load will initialize the form
but not display the form. You can put the show in the initialization code
after you do the edits.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top