Ally
Registered User.
- Local time
- Today, 00:03
- Joined
- Sep 18, 2001
- Messages
- 617
I've used the function as discussed in this post but am not getting quite what I need.
It's disabling the use of the x in the database window, but not in the forms I need it. The database window is not visible to the users, and I would generally need to use this x button. I am wanting to disable the x in the forms so that users have to use the buttons I've put there for them. I've disabled it in the properties, but when maximized, this doesn't work.
Does anyone know what I'm doing wrong please?
I've got:
It's disabling the use of the x in the database window, but not in the forms I need it. The database window is not visible to the users, and I would generally need to use this x button. I am wanting to disable the x in the forms so that users have to use the buttons I've put there for them. I've disabled it in the properties, but when maximized, this doesn't work.
Does anyone know what I'm doing wrong please?
I've got:
- frmHidden, with the code on Unload
- module, with the code suggested
- open form with hidden view in autoexec macro
- tried putting the code in the form wanted, and taken it out again, but not working