J
Jado
Hi
I have a form that opens with a database, and when the from is closed, it
automatically exits the database. This keeps the users away from the
underling tables queries and code.
but if a user knows how, or hits a set of keys by mistake, it is possible to
bring up the database window along with a load of other undesired shortcut
features.
Probably the most worrying is Ctrl+A (Select All) which actually selects
every record in the underlying recordset. if a user then presses another
key, the database tries to delete all records (which are unrecoverable).
This has never happened, but I'd like to prevent it before it dose.
Is it possible to disable these types of shortcut keys.
I'd like to leave Cut, Copy, Paste shortcuts working if possible.
Thanks
Jado
I have a form that opens with a database, and when the from is closed, it
automatically exits the database. This keeps the users away from the
underling tables queries and code.
but if a user knows how, or hits a set of keys by mistake, it is possible to
bring up the database window along with a load of other undesired shortcut
features.
Probably the most worrying is Ctrl+A (Select All) which actually selects
every record in the underlying recordset. if a user then presses another
key, the database tries to delete all records (which are unrecoverable).
This has never happened, but I'd like to prevent it before it dose.
Is it possible to disable these types of shortcut keys.
I'd like to leave Cut, Copy, Paste shortcuts working if possible.
Thanks
Jado