FuzMic
DataBase Tinker
- Local time
- Today, 17:29
- Joined
- Sep 13, 2006
- Messages
- 744
Hi Hi
I can check in the all forms collection whether myform is loaded or not as follows:
CurrentProject.AllForms("myform).IsLoaded
Now i want to know if myform is set to visible or not, can i use the following
msgbox form_myform.visible = true
If not how?
I can check in the all forms collection whether myform is loaded or not as follows:
CurrentProject.AllForms("myform).IsLoaded
Now i want to know if myform is set to visible or not, can i use the following
msgbox form_myform.visible = true
If not how?
