R
RLN
I need to block the user's ability to right click on any form they have
loaded.
I don't want them to have the opportunity to get to design mode via right
click on a form or by pressing F11.
I currently disable the F11 key via a macro "Autokeys" that runs @ startup.
(This autokeys macro also launches the "developer's form" when F10 is
pressed.)
If a developer opens the app and sees a problem, I have a "Developer's
form" that developers can get to when they press F10 & input a password in a
text box on that form.
When this "developer's form" loads, I need to re-enable the right click
ability and re-enable the F11 key so the developer can do maintenance.
Once the developer is done with maintenance I need to once again disable the
shortcut menu ability on all forms and disable the F11 key in the app so
users can't get in there and change stuff.
Is there a simple way to disable/re-enable the right click ability on all
forms via code?
(Yes, I have thought about an MDE as my final product to release to
production, but for now I'm sticking to .mdb's)
RLN
loaded.
I don't want them to have the opportunity to get to design mode via right
click on a form or by pressing F11.
I currently disable the F11 key via a macro "Autokeys" that runs @ startup.
(This autokeys macro also launches the "developer's form" when F10 is
pressed.)
If a developer opens the app and sees a problem, I have a "Developer's
form" that developers can get to when they press F10 & input a password in a
text box on that form.
When this "developer's form" loads, I need to re-enable the right click
ability and re-enable the F11 key so the developer can do maintenance.
Once the developer is done with maintenance I need to once again disable the
shortcut menu ability on all forms and disable the F11 key in the app so
users can't get in there and change stuff.
Is there a simple way to disable/re-enable the right click ability on all
forms via code?
(Yes, I have thought about an MDE as my final product to release to
production, but for now I'm sticking to .mdb's)
RLN