- Local time
- Today, 14:49
- Joined
- Feb 28, 2001
- Messages
- 30,325
I'm in an Ac2003 MDB file, nothing overly special, no declared startup forms (yet), and no chance for code to be running (yet). I.e. no forms are open but minimized, no timers can possibly be running in background.
So... I'm coding along, editing, saving, compiling, etc. Typical developer actions. I reach a stopping point so I close all code windows (with compile and save), close all forms, but leave the DB window open. I then use special facilities to lock the computer. It is a government site, so I pull my "smart card" and that is all it takes.
I excuse myself, take lunch, take a coffee break, take a whatever break. When I come back and re-insert the smart card, the code window is open on the last form I was working. But I had explicitly closed everything except the DB window itself. This has happened more than once.
Another thing that is oddball is that in this case, there is no menu bar or icon bar on the code window. It is just a maximized window with code in it. I couldn't hit a SAVE function if I tried. (OK, there is such a thing as a shortcut key, but you know what I mean.) I close the window and see the normal DB screen. Everything works, nothing seems to be corrupted that I can tell.
This is a development copy of the DB, so no timers, no startup forms active, nothing open. Can anyone point to a reason my code window should open up like this? I haven't been playing around with properties to hide the DB window yet and the copy that is open is on my private workstation. I'm so confused. Does this sound familiar?
So... I'm coding along, editing, saving, compiling, etc. Typical developer actions. I reach a stopping point so I close all code windows (with compile and save), close all forms, but leave the DB window open. I then use special facilities to lock the computer. It is a government site, so I pull my "smart card" and that is all it takes.
I excuse myself, take lunch, take a coffee break, take a whatever break. When I come back and re-insert the smart card, the code window is open on the last form I was working. But I had explicitly closed everything except the DB window itself. This has happened more than once.
Another thing that is oddball is that in this case, there is no menu bar or icon bar on the code window. It is just a maximized window with code in it. I couldn't hit a SAVE function if I tried. (OK, there is such a thing as a shortcut key, but you know what I mean.) I close the window and see the normal DB screen. Everything works, nothing seems to be corrupted that I can tell.
This is a development copy of the DB, so no timers, no startup forms active, nothing open. Can anyone point to a reason my code window should open up like this? I haven't been playing around with properties to hide the DB window yet and the copy that is open is on my private workstation. I'm so confused. Does this sound familiar?