Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display message while processing

Status
Not open for further replies.

LucasH

IS-IT--Management
Oct 28, 2003
93
US
Hi guys,

Quick question. How do I display a form/messagebox while some calculations and functions are being done by the database? I would then close it when the calulations are completed.

I know how to open and close a form, and I have set the first step of my autoexec function to open a form with a label saying "pleast wait..." etc, then the function begins its routine. However what happens is that I see my "please wait" form displayed, but it's like it doesn't finish displaying the form, I just see the outline of it as the processing is being done. Am I missing something?

Thanks.
 
Call the DoEvents function sometimes in your code.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top