-
1
- #1
TLowder
Programmer
- Mar 20, 2002
- 224
I just wanted to post this because I encountered the same issue as thread222-1099505, which is closed, and there is no solution posted. Most of you probably know this but it through me off at first.
Problem: A msgbox is activated then the current form goes away until the msgbox is answered.
The cause is because ShowInTaskBar is set to false in the disapearing form. I just set mine to true because I had no reason to not show it in the first place.
Tom
Problem: A msgbox is activated then the current form goes away until the msgbox is answered.
The cause is because ShowInTaskBar is set to false in the disapearing form. I just set mine to true because I had no reason to not show it in the first place.
Tom