![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
This means you not closing your code windows when you done...it tries thus to remember what you have open.. First, on the access ui side..make sure all forms are closed... now, ctrl-g (code side). simply hit the ctrl-f4 to start closing windows.(you can even let it repeat to close all windows). clicking on the x for each window also works..but, the ctrl-f4 key does repeat and is faster for you.. When you are none, simply open up one code module. Hit enter to add a blank line (you need to dirty the module). Now close the module, and hit save on the menu bar. Now, when you go back in, you should not see any forms modules. Keep in mind if you have a form open on the ui side, then jumping to the code window will using result in that code module for that form being opened. when you done editing some code for a form, do a debug->compile...and then close the form and then whack the save button.... that module should NOT re-open when you go back.. So, this problem is really much centered around do you make a habit of saving your code modules. So, close them..and then save them when you done. They should stay closed when you do this... -- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal (AT) msn (DOT) com |
#4
| |||
| |||
|
|
Thanks Albert. That did the trick with multiple windows, but the Project window still opens and the selected window doesn't open maximized (as it was when saved). Any ideas there? On my desktop PC, the window reopens in the same format as I left it (ie maximized without the project window). |
#5
| |||
| |||
|
|
"dpcman01" <bob (AT) dpcman (DOT) com.au> wrote in message news:49d1595d$0$32004$afc38c87 (AT) news (DOT) optusnet.com.au... Thanks Albert. That did the trick with multiple windows, but the Project window still opens and the selected window doesn't open maximized (as it was when saved). Any ideas there? On my desktop PC, the window reopens in the same format as I left it (ie maximized without the project window). Hum...we tend to work a tiny bit different..... I always edited with the code whole code "ide" window maximized. I ALSO always have the particular code window also maximized. I am not using "procedure" view, but always use "module view". You can turn off the project window if you don't want it to show (just click on the x to close ). Perhaps closing the project window might help this, but something is a "bit" different here for you... -- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal (AT) msn (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |