Hi, I have a Form with listboxes that are requeried after an event(When a certain tab is selected)
Because it can take a while for the queries to run i want a popup to appear (letting them know to wait). Once the queries have run and listboxes requeried i then want the popup to disappear. The problem is when the event occurs the pop up will open but only its frame is visible, the background is transparent. What i think is happening is that the form opens but doesn't have time to completely load before moving on to the next line of code and running the queries.
Just wondering if this has happened to anyone before.
I have tried to have the popup form already loaded and set to invisible and then set its property to
visible when i want it shown but it still does the same thing.
Any help appreciated!
Thanks
Justin
Because it can take a while for the queries to run i want a popup to appear (letting them know to wait). Once the queries have run and listboxes requeried i then want the popup to disappear. The problem is when the event occurs the pop up will open but only its frame is visible, the background is transparent. What i think is happening is that the form opens but doesn't have time to completely load before moving on to the next line of code and running the queries.
Just wondering if this has happened to anyone before.
I have tried to have the popup form already loaded and set to invisible and then set its property to
visible when i want it shown but it still does the same thing.
Any help appreciated!
Thanks
Justin