J
jer99 via AccessMonster.com
I have a Master form that automatically opens when the database is opened. In
the LOAD event, it does a few things that take quite a bit of time.
I have another form (Wait form) that has a scrolling message telling the user
to Please Wait. It uses the Timer property.
My intention was to call the Wait form from the begining of the Master LOAD,
then, when all the time consuming functions were done, check to make sure the
Wait form is still around and close it.
The problem is that the Wait form comes up but is only showing the border of
the form, not the scrolling text. That area is transparent - only when it is
called from the Master. When the Master is finished, the Wait Form
disappears as it should.
What is the best way to have the Wait form appear and show the scrolling text,
have the Master do it's functions and then close the wait form?
the LOAD event, it does a few things that take quite a bit of time.
I have another form (Wait form) that has a scrolling message telling the user
to Please Wait. It uses the Timer property.
My intention was to call the Wait form from the begining of the Master LOAD,
then, when all the time consuming functions were done, check to make sure the
Wait form is still around and close it.
The problem is that the Wait form comes up but is only showing the border of
the form, not the scrolling text. That area is transparent - only when it is
called from the Master. When the Master is finished, the Wait Form
disappears as it should.
What is the best way to have the Wait form appear and show the scrolling text,
have the Master do it's functions and then close the wait form?