![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Minimizing and Maximizing in code
Is it possible o restore a minimized window from another window. The
situation is that I minimized window and open window two at the same time. Now when I close window two, I want to restore window one. I know I have to use DoCmd.Restore, but I don't know where to use it. Thanks for the help. |
|
|||
|
RE: Minimizing and Maximizing in code
The command DoCmd.Restore will restore all windows to their pre-maximized
size. So, it doesn't really matter where it goes. -- Bob Larson Access World Forums Super Moderator Utter Access VIP Tutorials at http://www.btabdevelopment.com If my post was helpful to you, please rate the post. __________________________________ "Ayo" wrote: > Is it possible o restore a minimized window from another window. The > situation is that I minimized window and open window two at the same time. > Now when I close window two, I want to restore window one. I know I have to > use DoCmd.Restore, but I don't know where to use it. > Thanks for the help. |
|
|||
|
RE: Minimizing and Maximizing in code
The command DoCmd.Restore will restore all windows to their pre-maximized
size. So, it doesn't really matter where it goes. -- Bob Larson Access World Forums Super Moderator Utter Access VIP Tutorials at http://www.btabdevelopment.com If my post was helpful to you, please rate the post. __________________________________ "Ayo" wrote: > Is it possible o restore a minimized window from another window. The > situation is that I minimized window and open window two at the same time. > Now when I close window two, I want to restore window one. I know I have to > use DoCmd.Restore, but I don't know where to use it. > Thanks for the help. |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|