wallymeister
Registered User.
- Local time
- Today, 06:58
- Joined
- May 10, 2011
- Messages
- 30
I have a form. It is Switchboard form. Throughout my application I am hiding and unhiding it as needed. However, in the last operation I added to the menu, I am printing a report and On_Close event of report I set the visible property of the form to TRUE but it's not appearing as in all the other operations I have done. I step through the code and the visible property is FALSE before and after the code that resets it. Is there any reason anyone knows of that can cause this to not change. I am using IsLoaded function to determine if it is open but not visible, so it is open, just not working for this part of my program which is the same as other parts. The part that is confusing me is that it's not visible because the execution of the code is not changing it's value. It's just weird.
Any help or suggestions are appreciated.
Wally
Any help or suggestions are appreciated.
Wally